Commit 6f39977b authored by Akikonata's avatar Akikonata

changed example

parent c10c774d
......@@ -93,6 +93,16 @@ KityMinder.registerModule( "ExampleModule", function () {
"selectionchange": function ( e ) {
// 选区改变后的事件
}
},
// TODO: 定义模块的destroy方法
"destroy": function () {
},
// TODO: 定义模块的reset方法
"reset": function () {
}
};
} );
\ 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