Skip to content

Commit 2cfd0ff

Browse files
use proper strict mode (#965)
1 parent b16e4e1 commit 2cfd0ff

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

apps/_dashboard/static/js/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"user strict";
1+
"use strict";
22

33
// Allows "bla {a} bla {b}".format({'a': 'hello', 'b': 'world'})
44
if (!String.prototype.format) {

apps/_scaffold/static/js/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"user strict";
1+
"use strict";
22

33
// Allows "bla {a} bla {b}".format({'a': 'hello', 'b': 'world'})
44
if (!String.prototype.format) {

apps/fadebook/static/js/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"user strict";
1+
"use strict";
22

33
// Allows "bla {a} bla {b}".format({'a': 'hello', 'b': 'world'})
44
if (!String.prototype.format) {

apps/showcase/static/js/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"user strict";
1+
"use strict";
22

33
// Allows "bla {a} bla {b}".format({'a': 'hello', 'b': 'world'})
44
if (!String.prototype.format) {

apps/showcase/static/js/utils.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/tagged_posts/static/js/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"user strict";
1+
"use strict";
22

33
// Allows "bla {a} bla {b}".format({'a': 'hello', 'b': 'world'})
44
if (!String.prototype.format) {

apps/todo/static/js/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"user strict";
1+
"use strict";
22

33
// Allows "bla {a} bla {b}".format({'a': 'hello', 'b': 'world'})
44
if (!String.prototype.format) {

0 commit comments

Comments
 (0)