Roo/bootstrap/Element.js
authorEdward <edward@roojs.com>
Fri, 11 Apr 2014 09:43:04 +0000 (17:43 +0800)
committerEdward <edward@roojs.com>
Fri, 11 Apr 2014 09:43:04 +0000 (17:43 +0800)
Roo/bootstrap/Element.js

index 4d09ff0..6436cb8 100644 (file)
@@ -7,7 +7,7 @@
 
 /**
  * @class Roo.bootstrap.Element
- * @extends Roo.Element
+ * @extends Roo.bootstrap.Component
  * Bootstrap Element class
  * @cfg {String} html contents of the element
  * @cfg {String} tag tag of the element
@@ -22,7 +22,7 @@ Roo.bootstrap.Element = function(config){
     Roo.bootstrap.Element.superclass.constructor.call(this, config);
 };
 
-Roo.extend(Roo.bootstrap.Element, Roo.Element,  {
+Roo.extend(Roo.bootstrap.Element, Roo.bootstrap.Component,  {
     
     tag: 'div',
     cls: '',