Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
93c1993b
Commit
93c1993b
authored
Jan 06, 2014
by
Akikonata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deleted extra node
parent
9f299f28
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
render.js
src/module/render.js
+0
-9
No files found.
src/module/render.js
View file @
93c1993b
...
@@ -86,14 +86,6 @@ KityMinder.registerModule( "RenderModule", function () {
...
@@ -86,14 +86,6 @@ KityMinder.registerModule( "RenderModule", function () {
};
};
}
)()
);
}
)()
);
var
EraseNodeCommand
=
kity
.
createClass
(
"EraseNodeCommand"
,
(
function
()
{
return
{
base
:
Command
,
execute
:
function
(
km
,
node
)
{
}
}
}
)()
);
return
{
return
{
"init"
:
function
(
config
)
{
"init"
:
function
(
config
)
{
...
@@ -101,7 +93,6 @@ KityMinder.registerModule( "RenderModule", function () {
...
@@ -101,7 +93,6 @@ KityMinder.registerModule( "RenderModule", function () {
"commands"
:
{
"commands"
:
{
//todo:command字典,name-action 键值对模式编写
//todo:command字典,name-action 键值对模式编写
"rendernode"
:
RenderNodeCommand
,
"rendernode"
:
RenderNodeCommand
,
"erasenode"
:
EraseNodeCommand
},
},
"events"
:
{
"events"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment