2009-01-04 23:34:18 +00:00
|
|
|
/*!
|
|
|
|
* jQuery JavaScript Library v@VERSION
|
|
|
|
* http://jquery.com/
|
|
|
|
*
|
2011-01-24 21:45:29 +00:00
|
|
|
* Copyright 2011, John Resig
|
2009-12-10 07:56:47 +00:00
|
|
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
2010-01-25 14:31:40 +00:00
|
|
|
* http://jquery.org/license
|
2009-01-04 23:34:18 +00:00
|
|
|
*
|
2009-12-19 02:23:26 +00:00
|
|
|
* Includes Sizzle.js
|
|
|
|
* http://sizzlejs.com/
|
2011-01-24 21:45:29 +00:00
|
|
|
* Copyright 2011, The Dojo Foundation
|
2009-12-19 02:23:26 +00:00
|
|
|
* Released under the MIT, BSD, and GPL Licenses.
|
|
|
|
*
|
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 ) {
|
2009-01-05 12:09:04 +00:00
|
|
|
|
2010-09-22 12:08:45 +00:00
|
|
|
// Use the correct document accordingly with window argument (sandbox)
|
2011-04-16 21:18:56 +00:00
|
|
|
var document = window.document,
|
|
|
|
navigator = window.navigator,
|
|
|
|
location = window.location;
|