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
b0543183
Commit
b0543183
authored
Sep 06, 2015
by
张博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release v1.4.16
parent
775b14d4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
bower.json
bower.json
+1
-1
kityminder.core.js
dist/kityminder.core.js
+2
-2
kityminder.core.min.js
dist/kityminder.core.min.js
+2
-2
minder.js
src/core/minder.js
+1
-1
No files found.
bower.json
View file @
b0543183
...
...
@@ -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
5
"
,
"version"
:
"1.4.1
6
"
,
"main"
:
[
"dist/kityminder.core.min.js"
,
"dist/kityminder.core.css"
...
...
dist/kityminder.core.js
View file @
b0543183
/*!
* ====================================================
* kityminder - v1.4.1 - 2015-09-0
2
* kityminder - v1.4.1 - 2015-09-0
6
* https://github.com/fex-team/kityminder-core
* GitHub: https://github.com/fex-team/kityminder-core.git
* Copyright (c) 2015 Baidu FEX; Licensed MIT
...
...
@@ -1801,7 +1801,7 @@ _p[18] = {
this
.
fire
(
"finishInitHook"
);
}
});
Minder
.
version
=
"1.4.1
5
"
;
Minder
.
version
=
"1.4.1
6
"
;
Minder
.
registerInitHook
=
function
(
hook
)
{
_initHooks
.
push
(
hook
);
};
...
...
dist/kityminder.core.min.js
View file @
b0543183
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/core/minder.js
View file @
b0543183
...
...
@@ -30,7 +30,7 @@ define(function(require, exports, module) {
}
});
Minder
.
version
=
'1.4.1
5
'
;
Minder
.
version
=
'1.4.1
6
'
;
Minder
.
registerInitHook
=
function
(
hook
)
{
_initHooks
.
push
(
hook
);
...
...
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