PageRenderTime 29ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/pyjs/tests/test021.js

http://pyjamas.googlecode.com/
JavaScript | 23 lines | 18 code | 5 blank | 0 comment | 3 complexity | 89c50227dd85aaa104d25ee954c9d280 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. __DayFilterWidget.prototype.__class__ = "DayFilterWidget";
  2. function DayFilterWidget() {
  3. return new __DayFilterWidget();
  4. }
  5. function __DayFilterWidget() {
  6. }
  7. __DayFilterWidget.prototype.setAllCheckBoxes = function(checked) {
  8. var __widget = this.outer.getWidgets().__iter__();
  9. try {
  10. while (true) {
  11. var widget = __widget.next();
  12. }
  13. } catch (e) {
  14. if (e != StopIteration) {
  15. throw e;
  16. }
  17. }
  18. };