/pyjs/tests/test025.js
http://pyjamas.googlecode.com/ · JavaScript · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · e6f8a60d0b1f7e2e1533abbb8d414d0d MD5 · raw file
- __SchoolCalendarWidget.prototype.__class__ = "SchoolCalendarWidget";
- function SchoolCalendarWidget() {
- return new __SchoolCalendarWidget();
- }
- function __SchoolCalendarWidget() {
- }
- __SchoolCalendarWidget.prototype.getDayIncluded = function(day) {
- return this.daysFilter.__getitem__(day);
- };