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

index 819f951..a2d5df7 100644 (file)
@@ -59,10 +59,10 @@ moreView.load({
  * @param {Object} config The config object
  * 
  */
-Roo.JsonView = function(container, tpl, config){
+Roo.JsonView = function(config, depreciated_tpl, depreciated_config){
     
     
-    Roo.JsonView.superclass.constructor.call(this, container, tpl, config);
+    Roo.JsonView.superclass.constructor.call(this, config, depreciated_tpl, depreciated_config);
 
     var um = this.el.getUpdateManager();
     um.setRenderer(this);