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
1ad502ef
Commit
1ad502ef
authored
Sep 03, 2014
by
worry127722
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0a54718a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
8 deletions
+20
-8
karma.conf.js
spec/karma.conf.js
+14
-8
ZeroClipboard.js
spec/tools/js/ZeroClipboard.js
+1
-0
inflate.js
spec/tools/js/inflate.js
+5
-0
No files found.
spec/karma.conf.js
View file @
1ad502ef
...
@@ -17,16 +17,12 @@ module.exports = function(config) {
...
@@ -17,16 +17,12 @@ module.exports = function(config) {
files
:
[
files
:
[
base_path
+
'spec/tools/js/UserAction.js'
base_path
+
'spec/tools/js/UserAction.js'
,
base_path
+
'spec/SpecHelper.js'
,
base_path
+
'spec/SpecHelper.js'
,
base_path
+
'kity/dist/kity.js'
,
base_path
+
'lib/jquery-2.1.0.min.js'
,
base_path
+
'lib/jquery-2.1.0.min.js'
,
base_path
+
'lib/jquery.xml2json.js'
,
base_path
+
'lib/ZeroClipboard.min.js'
,
base_path
+
'lib/ZeroClipboard.min.js'
,
base_path
+
'kityminder.config.js'
,
base_path
+
'spec/tools/js/ZeroClipboard.js'
,
base_path
+
'lang/zh-cn/zh-cn.js'
,
base_path
+
'lib/zip.js'
,
base_path
+
'kity/dist/kity.js'
,
base_path
+
'lib/baidu-frontia-js-full-1.0.0.js'
,
base_path
+
'social/draftmanager.js'
,
base_path
+
'social/social.js'
,
base_path
+
'src/core/kityminder.js'
,
base_path
+
'src/core/kityminder.js'
...
@@ -127,6 +123,16 @@ module.exports = function(config) {
...
@@ -127,6 +123,16 @@ module.exports = function(config) {
,
base_path
+
'src/protocal/png.js'
,
base_path
+
'src/protocal/png.js'
,
base_path
+
'src/protocal/svg.js'
,
base_path
+
'src/protocal/svg.js'
,
base_path
+
'kityminder.config.js'
,
base_path
+
'lang/zh-cn/zh-cn.js'
,
base_path
+
'lib/zip.js'
,
base_path
+
'spec/tools/js/inflate.js'
,
base_path
+
'lib/jquery.xml2json.js'
,
base_path
+
'lib/baidu-frontia-js-full-1.0.0.js'
,
base_path
+
'social/draftmanager.js'
,
base_path
+
'social/social.js'
,
base_path
+
'spec/core/*.js'
,
base_path
+
'spec/core/*.js'
,
base_path
+
'spec/module/*.js'
,
base_path
+
'spec/module/*.js'
...
...
spec/tools/js/ZeroClipboard.js
0 → 100644
View file @
1ad502ef
ZeroClipboard
.
setDefaults
(
{
moviePath
:
'../../../lib/ZeroClipboard.swf'
}
);
\ No newline at end of file
spec/tools/js/inflate.js
0 → 100644
View file @
1ad502ef
/**
*
* Created by Ryan on 14-9-3.
*/
zip
.
inflateJSPath
=
'../../../lib/inflate.js'
;
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