Skip to content

Commit b60f5ba

Browse files
committed
Remove "use strict", close jquerygh-20.
1 parent 0f21aea commit b60f5ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/.jshintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"maxerr": 100,
1010
"newcap": false,
1111
"quotmark": "double",
12-
"strict": true,
1312
"sub": true,
1413
"trailing": true,
1514
"undef": true,

src/intro.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
(function( jQuery, window, undefined ) {
2-
"use strict";
2+
// See http://bugs.jquery.com/ticket/13335
3+
// "use strict";

0 commit comments

Comments
 (0)