Files
kiwistation/nano/scripts/main.coffee
T
Bjorn Neergaard da4842dddf Make NanoUI resistant to Topic spoofs
Move Topic() into a NanoUI-specific ui_act proc
Update to @YotaXP's latest JSON code.
Return focus to the mapwindow if a key is pressed in a NanoUI.
2015-12-15 22:37:52 -06:00

11 lines
190 B
CoffeeScript

document.when "ready", =>
coderbus = {}
@nanoui = new @NanoUI coderbus, document
@nanowindow = new @Window coderbus, document
coderbus.emit "memes"
@NanoBus = coderbus
return