Commit a68aa969 by Simon

Fix config

parent bc513adb
......@@ -305,7 +305,7 @@
this.config = config;
this.json = null;
this.days = [];
this.hours = this.config.defaultHour || [];
this.hours = this.config.defaultHours || [];
this.outputJson = {};
this.init = true;
......@@ -915,8 +915,7 @@
editMode: false,
output: '',
input: '',
defaultHour: [],
defaultDay: []
defaultHours: []
};
return $.extend({}, defaultOptions, options);
......
{
"name": "doodle",
"author": "Simon <simon@appolo.fr>",
"version": "1.0.5",
"version": "1.0.6",
"main": "dist/js/doodle.js",
"repository": {
"type": "git",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment