Files
RootPanel/app.coffee
2015-05-26 05:28:54 +08:00

8 lines
139 B
CoffeeScript

#!/usr/bin/env coffee
Root = require './core'
Root.findConfig(__dirname).done (config) ->
global.root = new Root config
root.start()