Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3434)

Unified Diff: remoting/webapp/base/js/client_plugin_host_desktop_impl.js

Issue 1150173003: Fix some JS style nits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/base/js/client_plugin_host_desktop_impl.js
diff --git a/remoting/webapp/base/js/client_plugin_host_desktop_impl.js b/remoting/webapp/base/js/client_plugin_host_desktop_impl.js
index 94ed9d27885b95822591a4630108840a4f8a1f65..1e552bea152055d41e91d3c05b394b30a275ca97 100644
--- a/remoting/webapp/base/js/client_plugin_host_desktop_impl.js
+++ b/remoting/webapp/base/js/client_plugin_host_desktop_impl.js
@@ -106,7 +106,7 @@ remoting.ClientPlugin.HostDesktopImpl.prototype.onShapeUpdated =
function(message) {
var shapes = base.getArrayAttr(message.data, 'rects');
var rects = shapes.map(
- /** @param {Array.<number>} shape */
+ /** @param {Array<number>} shape */
function(shape) {
if (!Array.isArray(shape) || shape.length != 4) {
throw 'Received invalid onDesktopShape message';
« no previous file with comments | « native_client_sdk/doc_generated/pepper_stable/cpp/classpp_1_1_instance.html ('k') | remoting/webapp/base/js/host.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698