From 0ed9e544394bc433a64aaa73a8a026018c6d9522 Mon Sep 17 00:00:00 2001 From: ThomasJ Date: Mon, 1 Feb 2016 11:27:45 +0900 Subject: [PATCH] ax5calendar 0.5.1 --- bower.json | 2 +- dist/ax5calendar.js | 1 + src/ax5calendar.js | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index fcadd17..c9f24d1 100644 --- a/bower.json +++ b/bower.json @@ -23,4 +23,4 @@ }, "license": "MIT", "homepage": "ax5.io" -} +} \ No newline at end of file diff --git a/dist/ax5calendar.js b/dist/ax5calendar.js index 5973cba..d05846f 100755 --- a/dist/ax5calendar.js +++ b/dist/ax5calendar.js @@ -742,6 +742,7 @@ var _seltb = cfg.selectable; this.selectableMap = {}; // clear selectableMap + if (U.isArray(_seltb)) { _seltb.forEach(function (n) { if (U.isDate(n)) diff --git a/src/ax5calendar.js b/src/ax5calendar.js index 5973cba..d05846f 100755 --- a/src/ax5calendar.js +++ b/src/ax5calendar.js @@ -742,6 +742,7 @@ var _seltb = cfg.selectable; this.selectableMap = {}; // clear selectableMap + if (U.isArray(_seltb)) { _seltb.forEach(function (n) { if (U.isDate(n))