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
6cf7c319
Commit
6cf7c319
authored
Dec 19, 2013
by
Akikonata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added
parent
6a6855a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
module.default.test.js
minder_module/module.default.test.js
+1
-1
kityminder.js
src/core/kityminder.js
+0
-1
No files found.
minder_module/module.default.test.js
View file @
6cf7c319
...
...
@@ -16,7 +16,7 @@ var mindermoduleDefaultTest = function(){
"events"
:
{
//todo:事件响应函数绑定列表,事件名-响应函数 键值对模式编写
"click"
:
function
(
e
){
window
.
alert
(
"hahaha"
);
},
"keydown keyup"
:
function
(
e
){
...
...
src/core/kityminder.js
View file @
6cf7c319
...
...
@@ -43,7 +43,6 @@ kity.extendClass(KityMinder, (function(){
for
(
var
key
in
_modules
){
//执行模块初始化,抛出后续处理对象
var
moduleDeals
=
_modules
[
key
].
call
(
me
);
console
.
log
(
moduleDeals
);
if
(
moduleDeals
.
ready
)
{
...
...
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