Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v3.0.6 | resolves #905
  • Loading branch information
chmln committed Jun 23, 2017
1 parent 1846182 commit 1dadfb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/flatpickr.js
Expand Up @@ -2,7 +2,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument

var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };

/*! flatpickr v3.0.5-1, @license MIT */
/*! flatpickr v3.0.6, @license MIT */
function FlatpickrInstance(element, config) {
var self = this;

Expand Down
2 changes: 1 addition & 1 deletion dist/flatpickr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/flatpickr.js
@@ -1,4 +1,4 @@
/*! flatpickr v3.0.5-1, @license MIT */
/*! flatpickr v3.0.6, @license MIT */
function FlatpickrInstance(element, config) {
const self = this;

Expand Down

0 comments on commit 1dadfb9

Please sign in to comment.