|
1 | 1 | /*!
|
2 |
| -* Note: While Microsoft is not the author of this file, Microsoft is |
3 |
| -* offering you a license subject to the terms of the Microsoft Software |
4 |
| -* License Terms for Microsoft ASP.NET Model View Controller 3. |
5 |
| -* Microsoft reserves all other rights. The notices below are provided |
6 |
| -* for informational purposes only and are not the license terms under |
7 |
| -* which Microsoft distributed this file. |
8 |
| -* |
9 |
| -* jQuery JavaScript Library v1.5.1 |
10 |
| -* http://jquery.com/ |
11 |
| -* Copyright 2011, John Resig |
12 |
| -* |
13 |
| -* Includes Sizzle.js |
14 |
| -* http://sizzlejs.com/ |
15 |
| -* Copyright 2011, The Dojo Foundation |
16 |
| -* |
17 |
| -* Date: Thu Nov 11 19:04:53 2010 -0500 |
18 |
| -*/ |
| 2 | + * jQuery JavaScript Library v1.5.1 |
| 3 | + * http://jquery.com/ |
| 4 | + * |
| 5 | + * Copyright 2011, John Resig |
| 6 | + * Dual licensed under the MIT or GPL Version 2 licenses. |
| 7 | + * http://jquery.org/license |
| 8 | + * |
| 9 | + * Includes Sizzle.js |
| 10 | + * http://sizzlejs.com/ |
| 11 | + * Copyright 2011, The Dojo Foundation |
| 12 | + * Released under the MIT, BSD, and GPL Licenses. |
| 13 | + * |
| 14 | + * Date: Wed Feb 23 13:55:29 2011 -0500 |
| 15 | + */ |
19 | 16 | (function( window, undefined ) {
|
20 | 17 |
|
21 | 18 | // Use the correct document accordingly with window argument (sandbox)
|
@@ -3298,15 +3295,9 @@ jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblcl
|
3298 | 3295 |
|
3299 | 3296 |
|
3300 | 3297 | /*!
|
3301 |
| - * Note: While Microsoft is not the author of this file, Microsoft is |
3302 |
| - * offering you a license subject to the terms of the Microsoft Software |
3303 |
| - * License Terms for Microsoft ASP.NET Model View Controller 3. |
3304 |
| - * Microsoft reserves all other rights. The notices below are provided |
3305 |
| - * for informational purposes only and are not the license terms under |
3306 |
| - * which Microsoft distributed this file. |
3307 |
| - * |
3308 | 3298 | * Sizzle CSS Selector Engine
|
3309 | 3299 | * Copyright 2011, The Dojo Foundation
|
| 3300 | + * Released under the MIT, BSD, and GPL Licenses. |
3310 | 3301 | * More information: http://sizzlejs.com/
|
3311 | 3302 | */
|
3312 | 3303 | (function(){
|
|
0 commit comments