diff options
| author | Misko Hevery | 2010-01-11 16:15:12 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-01-11 16:15:12 -0800 |
| commit | 1a42a3fab99ca02af0476f5a87175c53104aa2e3 (patch) | |
| tree | def5eb17d459d8d3ace81fece12a087d0651c2bc /src/ControlBar.js | |
| parent | 1aba6b53b88c70b61a0cc991b1371739305d117b (diff) | |
| download | angular.js-1a42a3fab99ca02af0476f5a87175c53104aa2e3.tar.bz2 | |
green
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 = []; |
