Skip to content

Commit

Permalink
ax5calendar 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasJang committed Feb 1, 2016
1 parent 4aa03f9 commit 0ed9e54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
},
"license": "MIT",
"homepage": "ax5.io"
}
}
1 change: 1 addition & 0 deletions dist/ax5calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@
var
_seltb = cfg.selectable;
this.selectableMap = {}; // clear selectableMap

if (U.isArray(_seltb)) {
_seltb.forEach(function (n) {
if (U.isDate(n))
Expand Down
1 change: 1 addition & 0 deletions src/ax5calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@
var
_seltb = cfg.selectable;
this.selectableMap = {}; // clear selectableMap

if (U.isArray(_seltb)) {
_seltb.forEach(function (n) {
if (U.isDate(n))
Expand Down

0 comments on commit 0ed9e54

Please sign in to comment.