/pyjs/tests/test023.js
http://pyjamas.googlecode.com/ · JavaScript · 23 lines · 18 code · 5 blank · 0 comment · 3 complexity · 8273218f39fa5e953f0ae1d435517bac MD5 · raw file
- __CalendarProvider.prototype.__class__ = "CalendarProvider";
- function CalendarProvider() {
- return new __CalendarProvider();
- }
- function __CalendarProvider() {
- }
- __CalendarProvider.prototype.pushResults = function(acceptor, startRow, people) {
- var __person = people.__iter__();
- try {
- while (true) {
- var person = __person.next();
-
-
- }
- } catch (e) {
- if (e != StopIteration) {
- throw e;
- }
- }
-
- };