fixed travis built

This commit is contained in:
Matthias Winkelmann
2016-03-02 14:16:52 +01:00
parent d5f837843e
commit b69b388b31

View File

@@ -295,7 +295,7 @@ module.exports = function(Chart) {
},
parseTime: function(label) {
if (typeof this.options.time.parser === 'string') {
return moment(label, this.options.time.parser)
return moment(label, this.options.time.parser);
}
if (typeof this.options.time.parser === 'function') {
return this.options.time.parser(label);