Commit 44ecd8c8 authored by Akikonata's avatar Akikonata

dev

parent 3bf2700e
......@@ -10,7 +10,7 @@
</body>
<script>
minder = new KityMinder.Minder(null,{
modules:["ExampleModule","RenderModule"]
});
minder.importData({
......
// 模块声明周期维护
kity.extendClass( Minder, {
_initModules: function ( option ) {
this.option = option;
this._commands = {};
this._query = {};
var _modules = KityMinder.getModules();
......
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