2009-01-05 00:34:18 +01:00
|
|
|
/*!
|
|
|
|
* jQuery JavaScript Library v@VERSION
|
|
|
|
* http://jquery.com/
|
|
|
|
*
|
2010-01-04 02:04:24 +01:00
|
|
|
* Copyright 2010, John Resig
|
2009-12-10 08:56:47 +01:00
|
|
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
2010-01-25 15:31:40 +01:00
|
|
|
* http://jquery.org/license
|
2009-01-05 00:34:18 +01:00
|
|
|
*
|
2009-12-19 03:23:26 +01:00
|
|
|
* Includes Sizzle.js
|
|
|
|
* http://sizzlejs.com/
|
2010-01-04 02:04:24 +01:00
|
|
|
* Copyright 2010, The Dojo Foundation
|
2009-12-19 03:23:26 +01:00
|
|
|
* Released under the MIT, BSD, and GPL Licenses.
|
|
|
|
*
|
2010-12-30 07:34:48 +01:00
|
|
|
* Date: @DATE
|
2009-01-05 00:34:18 +01:00
|
|
|
*/
|
2009-12-22 01:58:13 +01:00
|
|
|
(function( window, undefined ) {
|
2009-01-05 13:09:04 +01:00
|
|
|
|
2010-09-22 14:08:45 +02:00
|
|
|
// Use the correct document accordingly with window argument (sandbox)
|
|
|
|
var document = window.document;
|