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 1111 * Copyright 2011, The Dojo Foundation
1212 * Released under the MIT, BSD, and GPL Licenses.
1313 *
14- * Date: Mon Dec 11 16:28:39 2023 -0600
14+ * Date: Mon Dec 11 16:39:20 2023 -0600
1515 */
1616( function ( window , undefined ) {
1717
@@ -5559,7 +5559,7 @@ wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.the
55595559wrapMap . th = wrapMap . td ;
55605560
55615561// Support: IE <=9 only
5562- if ( ! support . option ) {
5562+ if ( ! jQuery . support . option ) {
55635563 wrapMap . optgroup = wrapMap . option = [ 1 , "<select multiple='multiple'>" , "</select>" ] ;
55645564}
55655565
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.the
2424wrapMap . th = wrapMap . td ;
2525
2626// Support: IE <=9 only
27- if ( ! support . option ) {
27+ if ( ! jQuery . support . option ) {
2828 wrapMap . optgroup = wrapMap . option = [ 1 , "<select multiple='multiple'>" , "</select>" ] ;
2929}
3030
You can’t perform that action at this time.
0 commit comments