Roo/View.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 26 Jul 2010 05:54:52 +0000 (13:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 26 Jul 2010 05:54:52 +0000 (13:54 +0800)
Roo/View.js

index 58ad227..50725fc 100644 (file)
@@ -50,7 +50,7 @@
 Roo.View = function(config, depreciated_tpl, depreciated_config){
     
     if (typeof(depreciated_tpl) == 'undefined') {
-        // new way..
+        // new way.. - universal constructor.
         Roo.apply(this, config);
         this.el  = Roo.get(this.el);
     } else {