Commit c1546cdd authored by 张博's avatar 张博

release v1.4.26

parent 4927dd80
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "kityminder-core", "name": "kityminder-core",
"title": "Kity Minder Core", "title": "Kity Minder Core",
"description": "Powerful online mind graphic visualization and editor (command based)", "description": "Powerful online mind graphic visualization and editor (command based)",
"version": "1.4.25", "version": "1.4.26",
"main": [ "main": [
"dist/kityminder.core.min.js", "dist/kityminder.core.min.js",
"dist/kityminder.core.css" "dist/kityminder.core.css"
......
/*! /*!
* ==================================================== * ====================================================
* kityminder - v1.4.25 - 2015-12-14 * kityminder - v1.4.26 - 2015-12-14
* https://github.com/fex-team/kityminder-core * https://github.com/fex-team/kityminder-core
* GitHub: https://github.com/fex-team/kityminder-core.git * GitHub: https://github.com/fex-team/kityminder-core.git
* Copyright (c) 2015 Baidu FEX; Licensed MIT * Copyright (c) 2015 Baidu FEX; Licensed MIT
...@@ -2892,11 +2892,6 @@ _p[26] = { ...@@ -2892,11 +2892,6 @@ _p[26] = {
return null; return null;
}; };
this.setStatus("readonly"); this.setStatus("readonly");
/* Added by zhangbobell 2015.9.12
* 为了能够在只读的状态下去掉外层 receiver 和 hotbox
* 需要触发一个 readonly 事件
* */
this._fire(new MinderEvent("readonly"));
me._interactChange(); me._interactChange();
}, },
enable: function() { enable: function() {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "kityminder", "name": "kityminder",
"title": "kityminder", "title": "kityminder",
"description": "KityMinder Core Implement", "description": "KityMinder Core Implement",
"version": "1.4.25", "version": "1.4.26",
"homepage": "https://github.com/fex-team/kityminder-core", "homepage": "https://github.com/fex-team/kityminder-core",
"author": { "author": {
"name": "Baidu FEX", "name": "Baidu FEX",
......
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