da4842dddf
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.
11 lines
190 B
CoffeeScript
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
|