diff options
author | Julian Aubourg <j@ubourg.net> | 2012-10-19 01:13:41 -0700 |
---|---|---|
committer | Julian Aubourg <j@ubourg.net> | 2012-10-19 01:13:41 -0700 |
commit | b386080798a34d974f8da195bfa8a1c581798507 (patch) | |
tree | b843f5ab59e86e0e45033af182d3644e0abccff4 /src/intro.js | |
parent | ee9687d441d625a420dc65590bbd0b930f800b3f (diff) | |
parent | 739ba96318f65d2f2c3c80772519fc0887a8c798 (diff) | |
download | jquery-b386080798a34d974f8da195bfa8a1c581798507.tar.gz jquery-b386080798a34d974f8da195bfa8a1c581798507.zip |
Merge pull request #998 from jquery/strict
Diffstat (limited to 'src/intro.js')
-rw-r--r-- | src/intro.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intro.js b/src/intro.js index c041bb4ba..0b98012ec 100644 --- a/src/intro.js +++ b/src/intro.js @@ -12,3 +12,4 @@ * Date: @DATE */ (function( window, undefined ) { +"use strict"; |