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
196addf0
Commit
196addf0
authored
Dec 23, 2013
by
techird
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
拆分minder.js
parent
23920e31
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
5 deletions
+2
-5
configure.js
configure.js
+0
-0
history.html
demo/history.html
+1
-1
km.js
src/core/km.js
+0
-3
history.js
src/module/history.js
+1
-1
No files found.
src/core/
configure.js
→
configure.js
View file @
196addf0
File moved
demo/history.html
View file @
196addf0
...
...
@@ -75,7 +75,7 @@
run
(
'append'
,
'techird'
);
run
(
'append'
,
' good '
);
run
(
'batch'
,
'a:good '
,
'a:study'
);
run
(
'batch'
,
'a:good '
,
'a:study
ing'
,
'd:3
'
);
run
(
'undo'
);
run
(
'redo'
);
run
(
'undo'
);
...
...
src/core/km.js
deleted
100644 → 0
View file @
23920e31
var
km
=
window
.
km
=
{};
km
.
version
=
'1.0.0.0'
;
\ No newline at end of file
src/module/history.js
View file @
196addf0
...
...
@@ -120,7 +120,7 @@ KityMinder.registerModule( "HistoryModule", function () {
"events"
:
{
"beforecommand"
:
function
(
e
)
{
if
(
isRedoing
(
this
)
)
{
e
.
cancel
();
e
.
stopPropagation
();
}
},
...
...
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