mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
adds strict rule to jshint options (except for test files). "use strict" is added to the main jQuery closure and some "could-be-unsafe" this trickery in effects is silenced.
This commit is contained in:
@@ -12,3 +12,4 @@
|
||||
* Date: @DATE
|
||||
*/
|
||||
(function( window, undefined ) {
|
||||
"use strict";
|
||||
|
||||
Reference in New Issue
Block a user