aboutsummaryrefslogtreecommitdiffstats
path: root/src/ControlBar.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ControlBar.js')
-rw-r--r--src/ControlBar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ControlBar.js b/src/ControlBar.js
index 53c87199..a50b8854 100644
--- a/src/ControlBar.js
+++ b/src/ControlBar.js
@@ -55,7 +55,7 @@ ControlBar.prototype = {
resizable: false, modal:true,
title: 'Authentication: <a href="http://www.getangular.com"><tt>&lt;angular/&gt;</tt></a>'
});
- callbacks["_iframe_notify_" + id] = function() {
+ angularCallbacks["_iframe_notify_" + id] = function() {
loginView.dialog("destroy");
loginView.remove();
foreach(self.callbacks, function(callback){