diff options
author | wei <> | 2006-09-16 02:38:41 +0000 |
---|---|---|
committer | wei <> | 2006-09-16 02:38:41 +0000 |
commit | d148330f1fe3cb6116a69e56ecd44c37bfb2a44e (patch) | |
tree | 5667e1da0ae5966bd4d2e0bc8b68ab3473c15340 /framework/Web/Javascripts/js/compressed | |
parent | 887b919cae17ecc2c5e457dc884c0be4ffeb4cc2 (diff) |
typo
Diffstat (limited to 'framework/Web/Javascripts/js/compressed')
-rw-r--r-- | framework/Web/Javascripts/js/compressed/ajax.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/Javascripts/js/compressed/ajax.js b/framework/Web/Javascripts/js/compressed/ajax.js index 60ca8df8..cc7348cd 100644 --- a/framework/Web/Javascripts/js/compressed/ajax.js +++ b/framework/Web/Javascripts/js/compressed/ajax.js @@ -39,7 +39,7 @@ return Prado.CallbackRequest.decode(json);}}});Prado.CallbackRequest=Class.creat list.push(id);});this.PostDataLoaders=list;},dispatchActions:function(transport,actions) {if(actions&&actions.length>0) actions.each(this.__run.bind(this,transport));},__run:function(transport,command) -{this.trasport=transport;for(var method in command) +{this.transport=transport;for(var method in command) {try {method.toFunction().apply(this,command[method]);} catch(e) |