Index: remoting/webapp/app_remoting/js/context_menu_chrome.js |
diff --git a/remoting/webapp/app_remoting/js/context_menu_chrome.js b/remoting/webapp/app_remoting/js/context_menu_chrome.js |
index c46838678eb03e52242e6a64a22fb766c1cf8d82..4db554d42808f7697b1425fd32d98c87fe93d0a1 100644 |
--- a/remoting/webapp/app_remoting/js/context_menu_chrome.js |
+++ b/remoting/webapp/app_remoting/js/context_menu_chrome.js |
@@ -16,9 +16,9 @@ var remoting = remoting || {}; |
* @constructor |
* @implements {remoting.ContextMenuAdapter} |
*/ |
-remoting.ContextMenuChrome = function() { |
-}; |
+remoting.ContextMenuChrome = function() {}; |
+remoting.ContextMenuChrome.prototype.dispose = function() {}; |
garykac
2015/05/19 00:39:53
nit: blank line after
kelvinp
2015/05/19 17:46:34
Done.
|
/** |
* @param {string} id An identifier for the menu entry. |
* @param {string} title The text to display in the menu. |