Roo/bootstrap/Input.js
authorEdward <edward@roojs.com>
Wed, 10 Sep 2014 07:27:54 +0000 (15:27 +0800)
committerEdward <edward@roojs.com>
Wed, 10 Sep 2014 07:27:54 +0000 (15:27 +0800)
Roo/bootstrap/Input.js

index ec16b49..f02b543 100644 (file)
@@ -281,7 +281,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
             
             if (this.before && typeof(this.before) != 'string') {
 //                inputblock.cn.push(this.before);
-                this.before.render(this.el);
+                this.before.render();
             }
             
             inputblock.cn.push(input);