/pyjs/tests/test025.js
JavaScript | 9 lines | 9 code | 0 blank | 0 comment | 0 complexity | e6f8a60d0b1f7e2e1533abbb8d414d0d MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
- __SchoolCalendarWidget.prototype.__class__ = "SchoolCalendarWidget";
- function SchoolCalendarWidget() {
- return new __SchoolCalendarWidget();
- }
- function __SchoolCalendarWidget() {
- }
- __SchoolCalendarWidget.prototype.getDayIncluded = function(day) {
- return this.daysFilter.__getitem__(day);
- };