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.
|
2009-01-05 00:34:18 +01:00
|
|
|
* http://docs.jquery.com/License
|
|
|
|
*
|
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.
|
|
|
|
*
|
2009-01-05 00:34:18 +01:00
|
|
|
* Date:
|
|
|
|
*/
|
2009-12-22 01:58:13 +01:00
|
|
|
(function( window, undefined ) {
|
2009-01-05 13:09:04 +01:00
|
|
|
|