Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit d23270f

Browse files
author
Gabriel Schulhof
committed
Listview: Remove old item untracking and update jQuery UI to 1.12.1
Closes gh-8522
1 parent e377564 commit d23270f

20 files changed

+75
-63
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"dependencies": {
1717
"jquery": ">=1.8.0",
18-
"jquery-ui": "jquery/jquery-ui#master"
18+
"jquery-ui": "jquery/jquery-ui#1.12.1"
1919
},
2020
"devDependencies": {
2121
"requirejs": "2.1.2",

external/jquery-ui/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI :data master
2+
* jQuery UI :data 1.12.1
33
* http://jqueryui.com
44
*
55
* Copyright jQuery Foundation and other contributors

external/jquery-ui/disable-selection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI Disable Selection master
2+
* jQuery UI Disable Selection 1.12.1
33
* http://jqueryui.com
44
*
55
* Copyright jQuery Foundation and other contributors

external/jquery-ui/focusable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI Focusable master
2+
* jQuery UI Focusable 1.12.1
33
* http://jqueryui.com
44
*
55
* Copyright jQuery Foundation and other contributors

external/jquery-ui/form-reset-mixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI Form Reset Mixin master
2+
* jQuery UI Form Reset Mixin 1.12.1
33
* http://jqueryui.com
44
*
55
* Copyright jQuery Foundation and other contributors

external/jquery-ui/jquery-1-7.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI Support for jQuery core 1.7.x master
2+
* jQuery UI Support for jQuery core 1.7.x 1.12.1
33
* http://jqueryui.com
44
*
55
* Copyright jQuery Foundation and other contributors

external/jquery-ui/keycode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI Keycode master
2+
* jQuery UI Keycode 1.12.1
33
* http://jqueryui.com
44
*
55
* Copyright jQuery Foundation and other contributors

external/jquery-ui/labels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI Labels master
2+
* jQuery UI Labels 1.12.1
33
* http://jqueryui.com
44
*
55
* Copyright jQuery Foundation and other contributors

external/jquery-ui/scroll-parent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI Scroll Parent master
2+
* jQuery UI Scroll Parent 1.12.1
33
* http://jqueryui.com
44
*
55
* Copyright jQuery Foundation and other contributors

external/jquery-ui/tabbable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI Tabbable master
2+
* jQuery UI Tabbable 1.12.1
33
* http://jqueryui.com
44
*
55
* Copyright jQuery Foundation and other contributors

0 commit comments

Comments
 (0)