| Index: remoting/webapp/crd/js/activation_handler.js
|
| diff --git a/remoting/webapp/crd/js/activation_handler.js b/remoting/webapp/crd/js/activation_handler.js
|
| index 4cdd8380383757dcd0993a288359f96d29995ce0..a483d361e967799fed5e312cf69d97d168f89d30 100644
|
| --- a/remoting/webapp/crd/js/activation_handler.js
|
| +++ b/remoting/webapp/crd/js/activation_handler.js
|
| @@ -20,10 +20,7 @@ var NEW_WINDOW_MENU_ID_ = 'new-window';
|
| * @constructor
|
| */
|
| remoting.ActivationHandler = function (ipc, appLauncher) {
|
| - /**
|
| - * @type {remoting.V2AppLauncher}
|
| - * @private
|
| - */
|
| + /** @private {remoting.V2AppLauncher} */
|
| this.appLauncher_ = appLauncher;
|
|
|
| chrome.contextMenus.create({
|
| @@ -69,4 +66,4 @@ remoting.ActivationHandler.prototype.onLaunched_ = function() {
|
| }
|
| };
|
|
|
| -})();
|
| +})();
|
|
|