2009-01-04 23:34:18 +00:00
|
|
|
/*!
|
|
|
|
* jQuery JavaScript Library v@VERSION
|
|
|
|
* http://jquery.com/
|
|
|
|
*
|
2009-12-19 02:23:26 +00:00
|
|
|
* Includes Sizzle.js
|
|
|
|
* http://sizzlejs.com/
|
2012-08-09 02:12:10 +00:00
|
|
|
*
|
2013-02-05 00:59:13 +00:00
|
|
|
* Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors
|
2012-08-09 02:12:10 +00:00
|
|
|
* Released under the MIT license
|
|
|
|
* http://jquery.org/license
|
2009-12-19 02:23:26 +00:00
|
|
|
*
|
2010-12-30 06:34:48 +00:00
|
|
|
* Date: @DATE
|
2009-01-04 23:34:18 +00:00
|
|
|
*/
|
2009-12-22 00:58:13 +00:00
|
|
|
(function( window, undefined ) {
|
2013-02-01 22:17:39 +00:00
|
|
|
|
|
|
|
// Can't do this because several apps including ASP.NET trace
|
|
|
|
// the stack via arguments.caller.callee and Firefox dies if
|
|
|
|
// you try to trace through "use strict" call chains. (#13335)
|
|
|
|
// Support: Firefox 18+
|
|
|
|
//"use strict";
|