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
02a4052e
Commit
02a4052e
authored
Jul 07, 2015
by
张博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release v1.4.7
parent
88c31f3f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
bower.json
bower.json
+1
-1
kityminder.core.js
dist/kityminder.core.js
+3
-3
kityminder.core.min.js
dist/kityminder.core.min.js
+5
-5
No files found.
bower.json
View file @
02a4052e
...
...
@@ -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
"
,
"version"
:
"1.4.
7
"
,
"main"
:
[
"release/kityminder.core.min.js"
,
"release/kityminder.core.css"
...
...
dist/kityminder.core.js
View file @
02a4052e
/*!
* ====================================================
* kityminder - v1.4.1 - 2015-0
4-23
* kityminder - v1.4.1 - 2015-0
7-07
* https://github.com/fex-team/kityminder-core
* GitHub: https://github.com/fex-team/kityminder-core.git
* Copyright (c) 2015 Baidu FEX; Licensed MIT
...
...
@@ -7332,7 +7332,7 @@ _p[62] = {
mineType
:
"text/markdown"
,
dataType
:
"markdown"
,
encode
:
function
(
json
)
{
return
encode
(
json
);
return
encode
(
json
.
root
);
},
decode
:
function
(
markdown
)
{
return
decode
(
markdown
);
...
...
@@ -7558,7 +7558,7 @@ _p[65] = {
dataType
:
"text"
,
mineType
:
"text/plain"
,
encode
:
function
(
json
)
{
return
encode
(
json
,
0
);
return
encode
(
json
.
root
,
0
);
},
decode
:
function
(
local
)
{
return
decode
(
local
);
...
...
dist/kityminder.core.min.js
View file @
02a4052e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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