Index: remoting/webapp/crd/js/toolbar.js |
diff --git a/remoting/webapp/crd/js/toolbar.js b/remoting/webapp/crd/js/toolbar.js |
index 95113aa3427fefee2cd0c17b861ddd58a62b2761..366f4257b1374c0c761ba1cf3643f7d6d48bbc31 100644 |
--- a/remoting/webapp/crd/js/toolbar.js |
+++ b/remoting/webapp/crd/js/toolbar.js |
@@ -63,7 +63,7 @@ remoting.Toolbar = function(toolbar) { |
window.addEventListener('mousemove', remoting.Toolbar.onMouseMove, false); |
window.addEventListener('resize', this.center.bind(this), false); |
- registerEventListener('toolbar-disconnect', 'click', remoting.disconnect); |
+ registerEventListener('toolbar-disconnect', 'click', remoting.app.disconnect); |
Jamie
2015/03/04 01:06:54
bind?
kelvinp
2015/03/04 21:02:21
Done.
|
registerEventListener('toolbar-stub', 'click', |
function() { remoting.toolbar.toggle(); }); |