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

Unified Diff: ports/gimp-app/background.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/gimp-app/Xsdl.js ('k') | ports/gtk-demo/Xsdl.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gimp-app/background.js
diff --git a/ports/gimp-app/background.js b/ports/gimp-app/background.js
index af074917bc29abae50112e4a06d6f505eb123454..c2047ec044685ffb6f2e6479097dc52e2174bd20 100644
--- a/ports/gimp-app/background.js
+++ b/ports/gimp-app/background.js
@@ -3,6 +3,9 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
+'use strict';
+
var width = 1140;
var height = 810;
« no previous file with comments | « ports/gimp-app/Xsdl.js ('k') | ports/gtk-demo/Xsdl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698