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

Unified Diff: ports/devenv/devenvwidget/demo.js

Issue 1415743013: Run jshint over all JavaScript files (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@repo_conf
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « ports/devenv/devenv.js ('k') | ports/devenv/devenvwidget/devenvwidget.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/devenv/devenvwidget/demo.js
diff --git a/ports/devenv/devenvwidget/demo.js b/ports/devenv/devenvwidget/demo.js
index 71947bae4636e87808170153311837e0f03eec0f..0f839eca3fcf510633930115a3314674423b3f3f 100644
--- a/ports/devenv/devenvwidget/demo.js
+++ b/ports/devenv/devenvwidget/demo.js
@@ -4,6 +4,10 @@
* found in the LICENSE file.
*/
+/* globals DevEnvWidget */
+
+'use strict';
+
// This is an example use of devenvwidget.js.
function $(i) {
return document.querySelector(i);
« no previous file with comments | « ports/devenv/devenv.js ('k') | ports/devenv/devenvwidget/devenvwidget.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698