Roo/menu/TextItem.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 29 Jul 2010 09:45:06 +0000 (17:45 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 29 Jul 2010 09:45:06 +0000 (17:45 +0800)
Roo/menu/TextItem.js

index ead6924..7985228 100644 (file)
@@ -23,7 +23,7 @@ Roo.menu.TextItem = function(text){
     if (typeof(text) == 'string') {
         this.text = text;
     } else {
-        Roo.apply(this,text
+        Roo.apply(this,text);
     }
     
     Roo.menu.TextItem.superclass.constructor.call(this);