Skip to content

Commit b23763f

Browse files
Updated to work with new Steal API
1 parent 864a369 commit b23763f

File tree

32 files changed

+32
-32
lines changed

32 files changed

+32
-32
lines changed

accordion/accordion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
* jquery.ui.core.js
1212
* jquery.ui.widget.js
1313
*/
14-
steal.plugins('jqueryui/core', 'jqueryui/widget').then('../lib/ui/jquery.ui.accordion.js');
14+
steal('jqueryui/core', 'jqueryui/widget').then('../lib/ui/jquery.ui.accordion.js');

autocomplete/autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
* jquery.ui.widget.js
1313
* jquery.ui.position.js
1414
*/
15-
steal.plugins('jqueryui/core', 'jqueryui/widget', 'jqueryui/position', 'jqueryui/menu').then('../lib/ui/jquery.ui.autocomplete.js');
15+
steal('jqueryui/core', 'jqueryui/widget', 'jqueryui/position', 'jqueryui/menu').then('../lib/ui/jquery.ui.autocomplete.js');

button/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
* jquery.ui.core.js
1212
* jquery.ui.widget.js
1313
*/
14-
steal.plugins('jqueryui/core', 'jqueryui/widget').then('../lib/ui/jquery.ui.button.js');
14+
steal('jqueryui/core', 'jqueryui/widget').then('../lib/ui/jquery.ui.button.js');

datepicker/datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
* Depends:
1111
* jquery.ui.core.js
1212
*/
13-
steal.plugins('jqueryui/core').then('../lib/ui/jquery.ui.datepicker.js');
13+
steal('jqueryui/core').then('../lib/ui/jquery.ui.datepicker.js');

dialog/dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
* jquery.ui.position.js
1717
* jquery.ui.resizable.js
1818
*/
19-
steal.plugins('jqueryui/core', 'jqueryui/widget', 'jqueryui/position', 'jqueryui/mouse').then('../lib/ui/jquery.ui.dialog.js');
19+
steal('jqueryui/core', 'jqueryui/widget', 'jqueryui/position', 'jqueryui/mouse').then('../lib/ui/jquery.ui.dialog.js');

draggable/draggable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
* jquery.ui.mouse.js
1313
* jquery.ui.widget.js
1414
*/
15-
steal.plugins('jqueryui/core', 'jqueryui/widget', 'jqueryui/mouse').then('../lib/ui/jquery.ui.draggable.js');
15+
steal('jqueryui/core', 'jqueryui/widget', 'jqueryui/mouse').then('../lib/ui/jquery.ui.draggable.js');

droppable/droppable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
* jquery.ui.mouse.js
1414
* jquery.ui.draggable.js
1515
*/
16-
steal.plugins('jqueryui/core', 'jqueryui/widget', 'jqueryui/mouse', 'jqueryui/draggable').then('../lib/ui/jquery.ui.droppable.js');
16+
steal('jqueryui/core', 'jqueryui/widget', 'jqueryui/mouse', 'jqueryui/draggable').then('../lib/ui/jquery.ui.droppable.js');

effects/blind/blind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
* Depends:
1111
* jquery.effects.core.js
1212
*/
13-
steal.plugins('jqueryui/effects/core').then('../../lib/ui/jquery.effects.blind.js');
13+
steal('jqueryui/effects/core').then('../../lib/ui/jquery.effects.blind.js');

effects/bounce/bounce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
* Depends:
1111
* jquery.effects.core.js
1212
*/
13-
steal.plugins('jqueryui/effects/core').then('../../lib/ui/jquery.effects.bounce.js');
13+
steal('jqueryui/effects/core').then('../../lib/ui/jquery.effects.bounce.js');

effects/clip/clip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
* Depends:
1111
* jquery.effects.core.js
1212
*/
13-
steal.plugins('jqueryui/effects/core').then('../../lib/ui/jquery.effects.clip.js');
13+
steal('jqueryui/effects/core').then('../../lib/ui/jquery.effects.clip.js');

0 commit comments

Comments
 (0)