Roo/Component.js
authorAlan Knowles <alan@roojs.com>
Wed, 2 Dec 2015 02:22:16 +0000 (10:22 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 Dec 2015 02:22:16 +0000 (10:22 +0800)
Roo/Component.js

index e5b0ce1..9ec70ca 100644 (file)
@@ -93,7 +93,7 @@ Roo.Component = function(config){
         destroy : true
     });
     if(!this.id){
-        this.id = "ext-comp-" + (++Roo.Component.AUTO_ID);
+        this.id = "roo-comp-" + (++Roo.Component.AUTO_ID);
     }
     Roo.ComponentMgr.register(this);
     Roo.Component.superclass.constructor.call(this);