Index: remoting/webapp/me2mom/remoting.js |
diff --git a/remoting/webapp/me2mom/remoting.js b/remoting/webapp/me2mom/remoting.js |
index 75ce831cb15726c701cfadd94c2052f16dd1b610..308a410e051d7074135e0a35d8c4718d176731e5 100644 |
--- a/remoting/webapp/me2mom/remoting.js |
+++ b/remoting/webapp/me2mom/remoting.js |
@@ -228,7 +228,7 @@ function tryShare() { |
plugin.setAttribute('id', remoting.HOST_PLUGIN_ID); |
div.appendChild(plugin); |
plugin.onStateChanged = onStateChanged_; |
- plugin.logDebugInfoCallback = debugInfoCallback_; |
+ plugin.logDebugInfo = debugInfoCallback_; |
plugin.connect(remoting.getItem(remoting.EMAIL), |
'oauth2:' + remoting.oauth2.getAccessToken()); |
} |