Skip to content

Commit 2992618

Browse files
committed
Build: Add code for strict mode, remove undefined in wrapper
Fixes #179 Closes #180
1 parent ee0a030 commit 2992618

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/intro.js

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

0 commit comments

Comments
 (0)