PageRenderTime 3ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/pyjs/tests/test025.js

http://pyjamas.googlecode.com/
JavaScript | 9 lines | 9 code | 0 blank | 0 comment | 0 complexity | e6f8a60d0b1f7e2e1533abbb8d414d0d MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  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. };