Skip to content

Commit 1edc201

Browse files
committed
Upgrade to jQuery UI 1.8.24
1 parent 8a4d588 commit 1edc201

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+99
-83
lines changed

History.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# master
22

3+
* Upgrade to jQuery UI 1.8.24
4+
35
# 2.0.1
46

57
* Add draggable and resizable to the dependencies of dialog (#1)

jquery-ui

Submodule jquery-ui updated 319 files

vendor/assets/javascripts/jquery.effects.blind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//= require jquery.effects.core
22

33
/*!
4-
* jQuery UI Effects Blind 1.8.23
4+
* jQuery UI Effects Blind 1.8.24
55
*
66
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
77
* Dual licensed under the MIT or GPL Version 2 licenses.

vendor/assets/javascripts/jquery.effects.bounce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//= require jquery.effects.core
22

33
/*!
4-
* jQuery UI Effects Bounce 1.8.23
4+
* jQuery UI Effects Bounce 1.8.24
55
*
66
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
77
* Dual licensed under the MIT or GPL Version 2 licenses.

vendor/assets/javascripts/jquery.effects.clip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//= require jquery.effects.core
22

33
/*!
4-
* jQuery UI Effects Clip 1.8.23
4+
* jQuery UI Effects Clip 1.8.24
55
*
66
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
77
* Dual licensed under the MIT or GPL Version 2 licenses.

vendor/assets/javascripts/jquery.effects.core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI Effects 1.8.23
2+
* jQuery UI Effects 1.8.24
33
*
44
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
@@ -307,7 +307,7 @@ $.fn.extend({
307307
/******************************************************************************/
308308

309309
$.extend($.effects, {
310-
version: "1.8.23",
310+
version: "1.8.24",
311311

312312
// Saves a set of properties in a data storage
313313
save: function(element, set) {

vendor/assets/javascripts/jquery.effects.drop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//= require jquery.effects.core
22

33
/*!
4-
* jQuery UI Effects Drop 1.8.23
4+
* jQuery UI Effects Drop 1.8.24
55
*
66
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
77
* Dual licensed under the MIT or GPL Version 2 licenses.

vendor/assets/javascripts/jquery.effects.explode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//= require jquery.effects.core
22

33
/*!
4-
* jQuery UI Effects Explode 1.8.23
4+
* jQuery UI Effects Explode 1.8.24
55
*
66
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
77
* Dual licensed under the MIT or GPL Version 2 licenses.

vendor/assets/javascripts/jquery.effects.fade.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//= require jquery.effects.core
22

33
/*!
4-
* jQuery UI Effects Fade 1.8.23
4+
* jQuery UI Effects Fade 1.8.24
55
*
66
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
77
* Dual licensed under the MIT or GPL Version 2 licenses.

vendor/assets/javascripts/jquery.effects.fold.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//= require jquery.effects.core
22

33
/*!
4-
* jQuery UI Effects Fold 1.8.23
4+
* jQuery UI Effects Fold 1.8.24
55
*
66
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
77
* Dual licensed under the MIT or GPL Version 2 licenses.

0 commit comments

Comments
 (0)