Commit 02a4052e authored by 张博's avatar 张博

release v1.4.7

parent 88c31f3f
......@@ -2,7 +2,7 @@
"name": "kityminder-core",
"title": "Kity Minder Core",
"description": "Powerful online mind graphic visualization and editor (command based)",
"version": "1.4.1",
"version": "1.4.7",
"main": [
"release/kityminder.core.min.js",
"release/kityminder.core.css"
......
/*!
* ====================================================
* kityminder - v1.4.1 - 2015-04-23
* kityminder - v1.4.1 - 2015-07-07
* https://github.com/fex-team/kityminder-core
* GitHub: https://github.com/fex-team/kityminder-core.git
* Copyright (c) 2015 Baidu FEX; Licensed MIT
......@@ -7332,7 +7332,7 @@ _p[62] = {
mineType: "text/markdown",
dataType: "markdown",
encode: function(json) {
return encode(json);
return encode(json.root);
},
decode: function(markdown) {
return decode(markdown);
......@@ -7558,7 +7558,7 @@ _p[65] = {
dataType: "text",
mineType: "text/plain",
encode: function(json) {
return encode(json, 0);
return encode(json.root, 0);
},
decode: function(local) {
return decode(local);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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