File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
* Copyright 2011, The Dojo Foundation
12
12
* Released under the MIT, BSD, and GPL Licenses.
13
13
*
14
- * Date: Mon Dec 11 16:28:39 2023 -0600
14
+ * Date: Mon Dec 11 16:39:20 2023 -0600
15
15
*/
16
16
( function ( window , undefined ) {
17
17
@@ -5559,7 +5559,7 @@ wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.the
5559
5559
wrapMap . th = wrapMap . td ;
5560
5560
5561
5561
// Support: IE <=9 only
5562
- if ( ! support . option ) {
5562
+ if ( ! jQuery . support . option ) {
5563
5563
wrapMap . optgroup = wrapMap . option = [ 1 , "<select multiple='multiple'>" , "</select>" ] ;
5564
5564
}
5565
5565
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.the
24
24
wrapMap . th = wrapMap . td ;
25
25
26
26
// Support: IE <=9 only
27
- if ( ! support . option ) {
27
+ if ( ! jQuery . support . option ) {
28
28
wrapMap . optgroup = wrapMap . option = [ 1 , "<select multiple='multiple'>" , "</select>" ] ;
29
29
}
30
30
You can’t perform that action at this time.
0 commit comments