Roo/Component.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 05:20:50 +0000 (13:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 05:20:50 +0000 (13:20 +0800)
Roo/Component.js

index 2aee926..1e03b98 100644 (file)
@@ -13,7 +13,7 @@
  * @class Roo.Component
  * @extends Roo.util.Observable
  * Base class for all major Roo components.  All subclasses of Component can automatically participate in the standard
- * Ext component lifecycle of creation, rendering and destruction.  They also have automatic support for basic hide/show
+ * Roo component lifecycle of creation, rendering and destruction.  They also have automatic support for basic hide/show
  * and enable/disable behavior.  Component allows any subclass to be lazy-rendered into any {@link Roo.Container} and
  * to be automatically registered with the {@link Roo.ComponentMgr} so that it can be referenced at any time via {@link Roo.getCmp}.
  * All visual components (widgets) that require rendering into a layout should subclass Component.