Commit 44ecd8c8 authored by Akikonata's avatar Akikonata

dev

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