Browse Source

reverted 'use strict'

Ryan Sullivan 11 years ago
parent
commit
672f7a010f
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      gui/app.js

+ 1 - 0
.gitignore

@@ -8,3 +8,4 @@ stcli.exe
 *.sublime*
 discosrv
 stpidx
+.jshintrc

+ 1 - 1
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';