Commit 2ea49a63 authored by Akikonata's avatar Akikonata

added sample code

parent e7d92d67
...@@ -97,12 +97,12 @@ KityMinder.registerModule( "ExampleModule", function () { ...@@ -97,12 +97,12 @@ KityMinder.registerModule( "ExampleModule", function () {
// TODO: 定义模块的destroy方法 // TODO: 定义模块的destroy方法
"destroy": function () { "destroy": function () {
console.log( "destroy" );
}, },
// TODO: 定义模块的reset方法 // TODO: 定义模块的reset方法
"reset": function () { "reset": function () {
console.log( "reset" );
} }
}; };
} ); } );
\ No newline at end of file
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