Sample/Window.bjs
authorAlan Knowles <alan@akbkhome.com>
Thu, 14 Oct 2010 09:07:06 +0000 (17:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 14 Oct 2010 09:07:06 +0000 (17:07 +0800)
Sample/Window.bjs

index 24da8bf..8e3c38e 100644 (file)
                                                                                         },
                                                                                         {
                                                                                             "listeners": {
-                                                                                                "toggled": "function (self, state) {\n    this.el.set_label(this.el.active  ? \"Auto Redraw OFF\" : \"Auto Redraw On\");\n}"
+                                                                                                "toggled": "function (self, state) {\n    this.el.set_label(this.el.active  ? \"Auto Redraw On\" : \"Auto Redraw On\");\n}"
                                                                                             },
                                                                                             "active": true,
                                                                                             "label": "Auto Redraw On",