[Chromoting] Use compact notation for javascript @private types
commit2c49a01ae05c40ae6c4f74eca69fed9d237f9b51
authorgarykac <garykac@chromium.org>
Fri, 6 Mar 2015 22:48:47 +0000 (6 14:48 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Mar 2015 22:49:54 +0000 (6 22:49 +0000)
tree42cc7220893c251f18078b35a641cace674e45b9
parent4d305869607ee5ffff4df2caaa8ca2381e029193
[Chromoting] Use compact notation for javascript @private types

This is a mechanical change to replace single- and multi-line:
  @type {type} @private
with single-line:
  @private {type}

No functional changes in this cl - just updating the jscompiler annotations to make the code easier to read.

BUG=

Review URL: https://codereview.chromium.org/983023002

Cr-Commit-Position: refs/heads/master@{#319518}
49 files changed:
remoting/webapp/app_remoting/js/app_remoting.js
remoting/webapp/app_remoting/js/application_context_menu.js
remoting/webapp/app_remoting/js/context_menu_dom.js
remoting/webapp/app_remoting/js/drag_and_drop.js
remoting/webapp/app_remoting/js/idle_detector.js
remoting/webapp/app_remoting/js/keyboard_layouts_menu.js
remoting/webapp/app_remoting/js/submenu_manager.js
remoting/webapp/app_remoting/js/window_activation_menu.js
remoting/webapp/base/js/application.js
remoting/webapp/base/js/auth_dialog.js
remoting/webapp/base/js/ipc.js
remoting/webapp/base/js/message_window.js
remoting/webapp/base/js/message_window_manager.js
remoting/webapp/base/js/window_shape.js
remoting/webapp/crd/js/activation_handler.js
remoting/webapp/crd/js/cast_extension_handler.js
remoting/webapp/crd/js/client_plugin_impl.js
remoting/webapp/crd/js/client_session.js
remoting/webapp/crd/js/clipboard.js
remoting/webapp/crd/js/connection_stats.js
remoting/webapp/crd/js/credentials_provider.js
remoting/webapp/crd/js/desktop_connected_view.js
remoting/webapp/crd/js/desktop_remoting.js
remoting/webapp/crd/js/dns_blackhole_checker.js
remoting/webapp/crd/js/fallback_signal_strategy.js
remoting/webapp/crd/js/fullscreen_v1.js
remoting/webapp/crd/js/fullscreen_v2.js
remoting/webapp/crd/js/host_daemon_facade.js
remoting/webapp/crd/js/host_install_dialog.js
remoting/webapp/crd/js/host_installer.js
remoting/webapp/crd/js/host_list.js
remoting/webapp/crd/js/identity.js
remoting/webapp/crd/js/it2me_host_facade.js
remoting/webapp/crd/js/log_to_server.js
remoting/webapp/crd/js/menu_button.js
remoting/webapp/crd/js/options_menu.js
remoting/webapp/crd/js/session_connector_impl.js
remoting/webapp/crd/js/stats_accumulator.js
remoting/webapp/crd/js/third_party_token_fetcher.js
remoting/webapp/crd/js/toolbar.js
remoting/webapp/crd/js/wcs.js
remoting/webapp/crd/js/wcs_adapter.js
remoting/webapp/crd/js/wcs_loader.js
remoting/webapp/crd/js/wcs_sandbox_container.js
remoting/webapp/crd/js/wcs_sandbox_content.js
remoting/webapp/crd/js/window_frame.js
remoting/webapp/crd/js/xhr_proxy.js
remoting/webapp/crd/js/xmpp_connection.js
remoting/webapp/crd/js/xmpp_login_handler.js