Skip to content

Commit

Permalink
noUiSlider 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Feb 6, 2019
1 parent a14d717 commit 7946659
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion distribute/nouislider.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! nouislider - 12.1.0 - 2/6/2019 */
/*! nouislider - 13.0.0 - 2/6/2019 */
/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
Expand Down
4 changes: 2 additions & 2 deletions distribute/nouislider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! nouislider - 12.1.0 - 2/6/2019 */
/*! nouislider - 13.0.0 - 2/6/2019 */
(function(factory) {
if (typeof define === "function" && define.amd) {
// AMD. Register as an anonymous module.
Expand All @@ -13,7 +13,7 @@
})(function() {
"use strict";

var VERSION = "12.1.0";
var VERSION = "13.0.0";

function isValidFormatter(entry) {
return typeof entry === "object" && typeof entry.to === "function" && typeof entry.from === "function";
Expand Down
2 changes: 1 addition & 1 deletion distribute/nouislider.min.css

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

Loading

0 comments on commit 7946659

Please sign in to comment.