Pman.Tab.BuilderView.bjs
authoredward <edward@roojs.com>
Mon, 21 Nov 2016 07:50:32 +0000 (15:50 +0800)
committeredward <edward@roojs.com>
Mon, 21 Nov 2016 07:50:32 +0000 (15:50 +0800)
Pman.Tab.BuilderView.js

Pman.Tab.BuilderView.bjs
Pman.Tab.BuilderView.js

index f2e0894..404b1ac 100644 (file)
@@ -11,7 +11,7 @@
  "items" : [
   {
    "listeners" : {
-    "activate" : "function (_self)\n{\n    _this.panel = _self;\n    \n    Pman.Builder.View.init(_this);\n}"
+    "activate" : "function (_self)\n{\n    _this.panel = _self;\n    Pman.Builder.View.init(_this);\n}"
    },
    "$ redraw" : "function(isAuto)\n    {\n      return Pman.Builder.View.redraw(isAuto);\n    }",
    "$ clearAll" : "function(isAuto) {\n\n    Pman.Builder.View.clearAll(isAuto);\n}\n",
index f8c7be7..8b11886 100644 (file)
@@ -46,7 +46,6 @@ Pman.Tab.BuilderView = new Roo.XComponent({
     activate : function (_self)
      {
          _this.panel = _self;
-         
          Pman.Builder.View.init(_this);
      }
    },