Skip to content

Commit 060d787

Browse files
committed
New Build
1 parent 0b3d07c commit 060d787

20 files changed

+36
-36
lines changed

dist/ext-jquery-ui.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Ben's jQuery UI Extensions - v1.0.12 - 2014-02-26
1+
/*! Ben's jQuery UI Extensions - v1.0.13 - 2014-02-26
22
* https://github.com/bseth99/jquery-ui-extensions
33
* Includes: jquery.ui.spinner.css, jquery.ui.slidespinner.css, jquery.ui.labeledslider.css, jquery.ui.combobox.css, jquery.ui.waitbutton.css
44
* Copyright 2014 Ben Olson; Licensed MIT */

dist/ext-jquery-ui.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Ben's jQuery UI Extensions - v1.0.12 - 2014-02-26
1+
/*! Ben's jQuery UI Extensions - v1.0.13 - 2014-02-26
22
* https://github.com/bseth99/jquery-ui-extensions
33
* Includes: jquery.ui.spinner.js, jquery.ui.combobox.js, jquery.ui.labeledslider.js, jquery.ui.slidespinner.js, jquery.ui.waitbutton.js
44
* Copyright 2014 Ben Olson; Licensed MIT */
@@ -16,7 +16,7 @@ function modifier( fn ) {
1616
}
1717

1818
$.widget( "ui.spinner", {
19-
version: "1.0.12",
19+
version: "1.0.13",
2020
defaultElement: "<input>",
2121
widgetEventPrefix: "spin",
2222
options: {
@@ -526,7 +526,7 @@ $.widget( "ui.spinner", {
526526

527527
$.widget( "ui.combobox", {
528528

529-
version: "1.0.12",
529+
version: "1.0.13",
530530

531531
widgetEventPrefix: "combobox",
532532

@@ -775,7 +775,7 @@ $.widget( "ui.spinner", {
775775

776776
$.widget( "ui.labeledslider", $.ui.slider, {
777777

778-
version: "1.0.12",
778+
version: "1.0.13",
779779

780780
options: {
781781
tickInterval: 0,
@@ -905,7 +905,7 @@ $.widget( "ui.spinner", {
905905

906906
$.widget( "ui.slidespinner", $.ui.spinner, {
907907

908-
version: "1.0.12",
908+
version: "1.0.13",
909909

910910
widgetEventPrefix: "slidespinner",
911911

@@ -998,7 +998,7 @@ $.widget( "ui.slidespinner", $.ui.spinner, {
998998
(function ( $, undefined ) {
999999
$.widget( "ui.waitbutton", $.ui.button, {
10001000

1001-
version: "1.0.12",
1001+
version: "1.0.13",
10021002

10031003
// Keep button prefix instead of waitbutton
10041004
// otherwise waiting event is waitbuttonwaiting

dist/ext-jquery-ui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)