Skip to content

Commit

Permalink
New Build
Browse files Browse the repository at this point in the history
  • Loading branch information
bseth99 committed Mar 22, 2014
1 parent 0a6ac0a commit e425a96
Show file tree
Hide file tree
Showing 23 changed files with 41 additions and 41 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.14 - 2014-03-22
/*! Ben's jQuery UI Extensions - v1.1.0 - 2014-03-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, jquery.ui.timepicker.css
* Copyright 2014 Ben Olson; Licensed MIT */
Expand Down
14 changes: 7 additions & 7 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.14 - 2014-03-22
/*! Ben's jQuery UI Extensions - v1.1.0 - 2014-03-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.timepicker.js, jquery.ui.waitbutton.js
* Copyright 2014 Ben Olson; Licensed MIT */
Expand All @@ -16,7 +16,7 @@ function modifier( fn ) {
}

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

$.widget( "ui.combobox", {

version: "1.0.14",
version: "1.1.0",

widgetEventPrefix: "combobox",

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

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

version: "1.0.14",
version: "1.1.0",

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

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

version: "1.0.14",
version: "1.1.0",

widgetEventPrefix: "slidespinner",

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

$.widget('osb.timepicker', {

version: "1.0.14",
version: "1.1.0",

widgetEventPrefix: 'timepicker',

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

version: "1.0.14",
version: "1.1.0",

// 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.

4 changes: 2 additions & 2 deletions dist/ext-jquery-ui.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/full/jquery.ui.combobox.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Copyright Ben Olson (https://github.com/bseth99/jquery-ui-extensions)
* jQuery UI ComboBox 1.0.14
* jQuery UI ComboBox 1.1.0
*
* Adapted from Jörn Zaefferer original implementation at
* http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood
Expand Down Expand Up @@ -35,7 +35,7 @@

$.widget( "ui.combobox", {

version: "1.0.14",
version: "1.1.0",

widgetEventPrefix: "combobox",

Expand Down
4 changes: 2 additions & 2 deletions dist/full/jquery.ui.labeledslider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Copyright (c) 2012 Ben Olson (https://github.com/bseth99/jquery-ui-extensions)
* jQuery UI LabeledSlider 1.0.14
* jQuery UI LabeledSlider 1.1.0
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down Expand Up @@ -35,7 +35,7 @@

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

version: "1.0.14",
version: "1.1.0",

options: {
tickInterval: 0,
Expand Down
4 changes: 2 additions & 2 deletions dist/full/jquery.ui.slidespinner.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Copyright (c) 2012 Ben Olson (https://github.com/bseth99/jquery-ui-extensions)
* jQuery UI SlideSpinner 1.0.14
* jQuery UI SlideSpinner 1.1.0
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down Expand Up @@ -34,7 +34,7 @@

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

version: "1.0.14",
version: "1.1.0",

widgetEventPrefix: "slidespinner",

Expand Down
4 changes: 2 additions & 2 deletions dist/full/jquery.ui.spinner.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery UI Spinner 1.0.14
* jQuery UI Spinner 1.1.0
* http://jqueryui.com
*
* Copyright 2013 jQuery Foundation and other contributors
Expand Down Expand Up @@ -27,7 +27,7 @@ function modifier( fn ) {
}

$.widget( "ui.spinner", {
version: "1.0.14",
version: "1.1.0",
defaultElement: "<input>",
widgetEventPrefix: "spin",
options: {
Expand Down
2 changes: 1 addition & 1 deletion dist/full/jquery.ui.timepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

$.widget('osb.timepicker', {

version: "1.0.14",
version: "1.1.0",

widgetEventPrefix: 'timepicker',

Expand Down
4 changes: 2 additions & 2 deletions dist/full/jquery.ui.waitbutton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Copyright (c) 2013 Ben Olson (https://github.com/bseth99/jquery-ui-extensions)
* jQuery UI WaitButton 1.0.14
* jQuery UI WaitButton 1.1.0
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down Expand Up @@ -31,7 +31,7 @@
(function ( $, undefined ) {
$.widget( "ui.waitbutton", $.ui.button, {

version: "1.0.14",
version: "1.1.0",

// Keep button prefix instead of waitbutton
// otherwise waiting event is waitbuttonwaiting
Expand Down
4 changes: 2 additions & 2 deletions dist/minified/jquery.ui.combobox.min.js

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

4 changes: 2 additions & 2 deletions dist/minified/jquery.ui.labeledslider.min.js

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

Loading

0 comments on commit e425a96

Please sign in to comment.