Commit 2b12ff28 authored by Akikonata's avatar Akikonata

Merge branch 'dev' of github.com:fex-team/kityminder into dev

parents d3aee5ad 416ca21a
...@@ -45,7 +45,7 @@ KityMinder.registerModule( "Expand", function () { ...@@ -45,7 +45,7 @@ KityMinder.registerModule( "Expand", function () {
* @param {Enum} state 取值为 "expand" | "collapse",表示要对节点进行的操作是展开还是收缩 * @param {Enum} state 取值为 "expand" | "collapse",表示要对节点进行的操作是展开还是收缩
* @param {Function} policy 提供当前策略的函数,方便递归调用 * @param {Function} policy 提供当前策略的函数,方便递归调用
*/ */
var EXPAND_POLICY = MinderNode.EXAPND_POLICY = { var EXPAND_POLICY = MinderNode.EXPAND_POLICY = {
/** /**
* 策略 1:只修改当前节点的状态,不递归子节点的状态 * 策略 1:只修改当前节点的状态,不递归子节点的状态
......
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