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
0a54718a
Commit
0a54718a
authored
Sep 03, 2014
by
worry127722
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
917a6b04
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
185 additions
and
197 deletions
+185
-197
karma.conf.js
spec/karma.conf.js
+185
-197
No files found.
spec/karma.conf.js
View file @
0a54718a
...
@@ -28,6 +28,7 @@ module.exports = function(config) {
...
@@ -28,6 +28,7 @@ module.exports = function(config) {
,
base_path
+
'social/draftmanager.js'
,
base_path
+
'social/draftmanager.js'
,
base_path
+
'social/social.js'
,
base_path
+
'social/social.js'
,
base_path
+
'src/core/kityminder.js'
,
base_path
+
'src/core/kityminder.js'
,
base_path
+
'src/core/utils.js'
,
base_path
+
'src/core/utils.js'
,
base_path
+
'src/core/command.js'
,
base_path
+
'src/core/command.js'
...
@@ -35,30 +36,41 @@ module.exports = function(config) {
...
@@ -35,30 +36,41 @@ module.exports = function(config) {
,
base_path
+
'src/core/module.js'
,
base_path
+
'src/core/module.js'
,
base_path
+
'src/core/event.js'
,
base_path
+
'src/core/event.js'
,
base_path
+
'src/core/minder.js'
,
base_path
+
'src/core/minder.js'
,
base_path
+
'src/core/minder.data.compatibility.js'
,
base_path
+
'src/core/minder.data.js'
,
base_path
+
'src/core/minder.data.js'
,
base_path
+
'src/core/minder.event.js'
,
base_path
+
'src/core/minder.event.js'
,
base_path
+
'src/core/minder.module.js'
,
base_path
+
'src/core/minder.module.js'
,
base_path
+
'src/core/minder.command.js'
,
base_path
+
'src/core/minder.command.js'
,
base_path
+
'src/core/minder.node.js'
,
base_path
+
'src/core/minder.node.js'
,
base_path
+
'src/core/minder.select.js'
,
base_path
+
'src/core/keymap.js'
,
base_path
+
'src/core/keymap.js'
,
base_path
+
'src/core/minder.lang.js'
,
base_path
+
'src/core/minder.lang.js'
,
base_path
+
'src/core/minder.defaultoptions.js'
,
base_path
+
'src/core/minder.defaultoptions.js'
,
base_path
+
'src/core/minder.preference.js'
,
base_path
+
'src/core/browser.js'
,
base_path
+
'src/core/browser.js'
,
base_path
+
'src/core/connect.js'
,
base_path
+
'src/core/layout.js'
,
base_path
+
'src/core/layout.js'
,
base_path
+
'src/core/minder.data.compatibility.js'
,
base_path
+
'src/core/connect.js'
,
base_path
+
'src/core/minder.preference.js'
,
base_path
+
'src/core/render.js'
,
base_path
+
'src/core/render.js'
,
base_path
+
'src/core/template.js'
,
base_path
+
'src/core/theme.js'
,
base_path
+
'src/core/theme.js'
,
base_path
+
'src/core/template.js'
,
base_path
+
'src/layout/default.js'
,
base_path
+
'src/layout/default.connect.js'
,
base_path
+
'src/layout/bottom.js'
,
base_path
+
'src/layout/filetree.js'
,
base_path
+
'src/theme/default.js'
,
base_path
+
'src/theme/snow.js'
,
base_path
+
'src/theme/fresh.js'
,
base_path
+
'src/template/structure.js'
,
base_path
+
'src/module/node.js'
,
base_path
+
'src/module/text.js'
,
base_path
+
'src/module/expand.js'
,
base_path
+
'src/module/outline.js'
,
base_path
+
'src/module/geometry.js'
,
base_path
+
'src/module/geometry.js'
,
base_path
+
'src/module/history.js'
,
base_path
+
'src/module/history.js'
,
base_path
+
'src/module/icon.js'
,
base_path
+
'src/module/progress.js'
,
base_path
+
'src/module/layout.js'
,
base_path
+
'src/module/priority.js'
,
base_path
+
'src/module/layout.default.js'
,
base_path
+
'src/module/image.js'
,
base_path
+
'src/module/layout.bottom.js'
,
base_path
+
'src/module/resource.js'
,
base_path
+
'src/core/minder.select.js'
,
base_path
+
'src/module/view.js'
,
base_path
+
'src/module/view.js'
,
base_path
+
'src/module/dragtree.js'
,
base_path
+
'src/module/dragtree.js'
,
base_path
+
'src/module/dropfile.js'
,
base_path
+
'src/module/dropfile.js'
...
@@ -72,18 +84,9 @@ module.exports = function(config) {
...
@@ -72,18 +84,9 @@ module.exports = function(config) {
,
base_path
+
'src/module/basestyle.js'
,
base_path
+
'src/module/basestyle.js'
,
base_path
+
'src/module/font.js'
,
base_path
+
'src/module/font.js'
,
base_path
+
'src/module/zoom.js'
,
base_path
+
'src/module/zoom.js'
,
base_path
+
'src/module/arrange.js'
,
base_path
+
'src/module/expand.js'
,
base_path
+
'src/module/hyperlink.js'
,
base_path
+
'src/module/hyperlink.js'
,
base_path
+
'src/module/image.js'
,
base_path
+
'src/module/arrange.js'
,
base_path
+
'src/module/node.js'
,
base_path
+
'src/module/outline.js'
,
base_path
+
'src/module/paste.js'
,
base_path
+
'src/module/paste.js'
,
base_path
+
'src/module/priority.js'
,
base_path
+
'src/module/progress.js'
,
base_path
+
'src/module/resource.js'
,
base_path
+
'src/module/text.js'
,
base_path
+
'src/ui/jquery-ui-1.10.4.custom.min.js'
,
base_path
+
'src/ui/jquery-ui-1.10.4.custom.min.js'
,
base_path
+
'src/ui/widget.js'
,
base_path
+
'src/ui/widget.js'
,
base_path
+
'src/ui/button.js'
,
base_path
+
'src/ui/button.js'
...
@@ -102,24 +105,20 @@ module.exports = function(config) {
...
@@ -102,24 +105,20 @@ module.exports = function(config) {
,
base_path
+
'src/ui/tab.js'
,
base_path
+
'src/ui/tab.js'
,
base_path
+
'src/ui/separator.js'
,
base_path
+
'src/ui/separator.js'
,
base_path
+
'src/ui/scale.js'
,
base_path
+
'src/ui/scale.js'
,
base_path
+
'src/adapter/utils.js'
,
base_path
+
'src/adapter/utils.js'
,
base_path
+
'src/adapter/adapter.js'
,
base_path
+
'src/adapter/adapter.js'
,
base_path
+
'src/adapter/button.js'
,
base_path
+
'src/adapter/button.js'
,
base_path
+
'src/adapter/combobox.js'
,
base_path
+
'src/adapter/combobox.js'
,
base_path
+
'src/adapter/color.js'
,
base_path
+
'src/adapter/saveto.js'
,
base_path
+
'src/adapter/saveto.js'
,
base_path
+
'src/adapter/view.js'
,
base_path
+
'src/adapter/tooltips.js'
,
base_path
+
'src/adapter/tooltips.js'
,
base_path
+
'src/adapter/layout
.js'
,
base_path
+
'src/adapter/face
.js'
,
base_path
+
'src/adapter/node.js'
,
base_path
+
'src/adapter/node.js'
,
base_path
+
'src/adapter/contextmenu.js'
,
base_path
+
'src/adapter/contextmenu.js'
,
base_path
+
'src/adapter/dialog.js'
,
base_path
+
'src/adapter/dialog.js'
,
base_path
+
'src/adapter/color.js'
,
base_path
+
'src/adapter/face.js'
,
base_path
+
'src/adapter/hyperlink.js'
,
base_path
+
'src/adapter/hyperlink.js'
,
base_path
+
'src/adapter/image.js'
,
base_path
+
'src/adapter/image.js'
,
base_path
+
'src/adapter/zoom.js'
,
base_path
+
'src/adapter/zoom.js'
,
base_path
+
'src/protocal/xmind.js'
,
base_path
+
'src/protocal/xmind.js'
,
base_path
+
'src/protocal/freemind.js'
,
base_path
+
'src/protocal/freemind.js'
,
base_path
+
'src/protocal/mindmanager.js'
,
base_path
+
'src/protocal/mindmanager.js'
...
@@ -128,17 +127,6 @@ module.exports = function(config) {
...
@@ -128,17 +127,6 @@ 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
+
'src/layout/bottom.js'
,
base_path
+
'src/layout/default.connect.js'
,
base_path
+
'src/layout/default.js'
,
base_path
+
'src/layout/filetree.js'
,
base_path
+
'src/template/structure.js'
,
base_path
+
'src/theme/default.js'
,
base_path
+
'src/theme/fresh.js'
,
base_path
+
'src/theme/snow.js'
,
base_path
+
'spec/core/*.js'
,
base_path
+
'spec/core/*.js'
,
base_path
+
'spec/module/*.js'
,
base_path
+
'spec/module/*.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