projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9b273e
)
More correct, since the second argument to doActionComplete should not be the return...
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 16 Dec 2009 19:20:45 +0000
(12:20 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 16 Dec 2009 19:45:59 +0000
(12:45 -0700)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
fd3acc1
..
ee7f761
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-471,7
+471,9
@@
var DimpBase = {
}
return DimpCore.addRequestParams(p);
}.bind(this),
- onAjaxResponse: DimpCore.doActionComplete.bind(DimpCore),
+ onAjaxResponse: function(o, h) {
+ DimpCore.doActionComplete(o);
+ },
onCachedList: function(id) {
var tmp, vs;
if (!this.cacheids[id]) {