Skip to content

Commit

Permalink
New Build
Browse files Browse the repository at this point in the history
  • Loading branch information
bseth99 committed Oct 22, 2013
1 parent 85f9503 commit b82456d
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion dist/ext-jquery-ui.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Ben's jQuery UI Extensions - v1.0.7 - 2013-10-22
/*! Ben's jQuery UI Extensions - v1.0.8 - 2013-10-22
* https://github.com/bseth99/jquery-ui-extensions
* Includes: jquery.ui.spinner.css, jquery.ui.slidespinner.css, jquery.ui.labeledslider.css, jquery.ui.combobox.css, jquery.ui.waitbutton.css
* Copyright 2013 Ben Olson; Licensed MIT */
Expand Down
12 changes: 6 additions & 6 deletions dist/ext-jquery-ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Ben's jQuery UI Extensions - v1.0.7 - 2013-10-22
/*! Ben's jQuery UI Extensions - v1.0.8 - 2013-10-22
* https://github.com/bseth99/jquery-ui-extensions
* Includes: jquery.ui.spinner.js, jquery.ui.combobox.js, jquery.ui.labeledslider.js, jquery.ui.slidespinner.js, jquery.ui.waitbutton.js
* Copyright 2013 Ben Olson; Licensed MIT */
Expand All @@ -16,7 +16,7 @@ function modifier( fn ) {
}

$.widget( "ui.spinner", {
version: "1.0.7",
version: "1.0.8",
defaultElement: "<input>",
widgetEventPrefix: "spin",
options: {
Expand Down Expand Up @@ -526,7 +526,7 @@ $.widget( "ui.spinner", {

$.widget( "ui.combobox", {

version: "1.0.7",
version: "1.0.8",

widgetEventPrefix: "combobox",

Expand Down Expand Up @@ -739,7 +739,7 @@ $.widget( "ui.spinner", {

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

version: "1.0.7",
version: "1.0.8",

options: {
tickInterval: 0,
Expand Down Expand Up @@ -853,7 +853,7 @@ $.widget( "ui.spinner", {

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

version: "1.0.7",
version: "1.0.8",

widgetEventPrefix: "slidespinner",

Expand Down Expand Up @@ -946,7 +946,7 @@ $.widget( "ui.slidespinner", $.ui.spinner, {
(function ( $, undefined ) {
$.widget( "ui.waitbutton", $.ui.button, {

version: "1.0.7",
version: "1.0.8",

// Keep button prefix instead of waitbutton
// otherwise waiting event is waitbuttonwaiting
Expand Down
2 changes: 1 addition & 1 deletion dist/ext-jquery-ui.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b82456d

Please sign in to comment.