From 672f7a010f3198a6603c60cd75fcb9c0a7f2d505 Mon Sep 17 00:00:00 2001 From: Ryan Sullivan Date: Wed, 28 May 2014 14:06:48 -0400 Subject: [PATCH] reverted 'use strict' --- .gitignore | 1 + gui/app.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 791448c05..d3e70aae2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ stcli.exe *.sublime* discosrv stpidx +.jshintrc \ No newline at end of file diff --git a/gui/app.js b/gui/app.js index dfaaf9597..369ef59ad 100644 --- a/gui/app.js +++ b/gui/app.js @@ -1,7 +1,7 @@ /*jslint browser: true, continue: true, plusplus: true */ /*global $: false, angular: false */ -'use-strict'; +'use strict'; var syncthing = angular.module('syncthing', []); var urlbase = 'rest';