Commit a68aa969 by Simon

Fix config

parent bc513adb
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
this.config = config; this.config = config;
this.json = null; this.json = null;
this.days = []; this.days = [];
this.hours = this.config.defaultHour || []; this.hours = this.config.defaultHours || [];
this.outputJson = {}; this.outputJson = {};
this.init = true; this.init = true;
...@@ -915,8 +915,7 @@ ...@@ -915,8 +915,7 @@
editMode: false, editMode: false,
output: '', output: '',
input: '', input: '',
defaultHour: [], defaultHours: []
defaultDay: []
}; };
return $.extend({}, defaultOptions, options); return $.extend({}, defaultOptions, options);
......
{ {
"name": "doodle", "name": "doodle",
"author": "Simon <simon@appolo.fr>", "author": "Simon <simon@appolo.fr>",
"version": "1.0.5", "version": "1.0.6",
"main": "dist/js/doodle.js", "main": "dist/js/doodle.js",
"repository": { "repository": {
"type": "git", "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