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

Unified Diff: ports/scummvm/packaged_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/ruby-ppapi/ruby.js ('k') | ports/snes9x/snes9x.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/scummvm/packaged_app/background.js
diff --git a/ports/scummvm/packaged_app/background.js b/ports/scummvm/packaged_app/background.js
index 2e32482bfe14ace7267301a856c15a4ec379e308..23959b38d45568fe78c896b71a2a0e3d4aa51fc6 100644
--- a/ports/scummvm/packaged_app/background.js
+++ b/ports/scummvm/packaged_app/background.js
@@ -4,6 +4,8 @@
* found in the LICENSE file.
*/
+'use strict';
+
function onLaunched(launchData) {
chrome.app.window.create('index.html', {
width: 640,
« no previous file with comments | « ports/ruby-ppapi/ruby.js ('k') | ports/snes9x/snes9x.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698