Commit 6cf7c319 authored by Akikonata's avatar Akikonata

added

parent 6a6855a2
......@@ -16,7 +16,7 @@ var mindermoduleDefaultTest = function(){
"events": {
//todo:事件响应函数绑定列表,事件名-响应函数 键值对模式编写
"click": function(e){
window.alert("hahaha");
},
"keydown keyup": function(e){
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment