Update copyright year
[jquery.git] / src / intro.js
blobc9b1dcdade9bc5a826aa1a733f8f2596b5dc6c7c
1 /*!
2  * jQuery JavaScript Library v@VERSION
3  * http://jquery.com/
4  *
5  * Includes Sizzle.js
6  * http://sizzlejs.com/
7  *
8  * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors
9  * Released under the MIT license
10  * http://jquery.org/license
11  *
12  * Date: @DATE
13  */
14 (function( window, undefined ) {
16 // Can't do this because several apps including ASP.NET trace
17 // the stack via arguments.caller.callee and Firefox dies if
18 // you try to trace through "use strict" call chains. (#13335)
19 // Support: Firefox 18+
20 //"use strict";