/pyjs/tests/test025.js

http://pyjamas.googlecode.com/ · JavaScript · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · e6f8a60d0b1f7e2e1533abbb8d414d0d MD5 · raw file

  1. __SchoolCalendarWidget.prototype.__class__ = "SchoolCalendarWidget";
  2. function SchoolCalendarWidget() {
  3. return new __SchoolCalendarWidget();
  4. }
  5. function __SchoolCalendarWidget() {
  6. }
  7. __SchoolCalendarWidget.prototype.getDayIncluded = function(day) {
  8. return this.daysFilter.__getitem__(day);
  9. };