diff options
Diffstat (limited to 'src/ControlBar.js')
| -rw-r--r-- | src/ControlBar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ControlBar.js b/src/ControlBar.js index b66a1464..fb8147d5 100644 --- a/src/ControlBar.js +++ b/src/ControlBar.js @@ -52,7 +52,7 @@ ControlBar.prototype.doTemplate = function (path) { callbacks["_iframe_notify_" + id] = function() { loginView.dialog("destroy"); loginView.remove(); - jQuery.each(self.callbacks, function(i, callback){ + foreach(self.callbacks, function(callback){ callback(); }); self.callbacks = []; |
