Roo/bootstrap/layout/Center.js
authorAlan Knowles <alan@roojs.com>
Thu, 13 Jul 2017 06:33:04 +0000 (14:33 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 13 Jul 2017 06:33:04 +0000 (14:33 +0800)
Roo/bootstrap/layout/Center.js

index 400cee5..f2d9f78 100644 (file)
@@ -207,7 +207,7 @@ Roo.extend(Roo.bootstrap.layout.West, Roo.bootstrap.layout.Split, {
     
     onRender: function(ctr, pos)
     {
-        Roo.bootstrap.layout.West.superclass.onRender,call(this, ctr,pos);
+        Roo.bootstrap.layout.West.superclass.onRender.call(this, ctr,pos);
         var size = this.config.initialSize || this.config.width;
         if(typeof size != "undefined"){
             this.el.setWidth(size);