restore api.color for backward compatibility

This commit is contained in:
Stewart Allen 2022-02-27 16:32:18 -05:00
commit 648fad8a3d

View file

@ -79,6 +79,7 @@ gapp.register("kiri.main", [], (root, exports) => {
inc() { kiri.api.event.emit("busy", ++busy) },
dec() { kiri.api.event.emit("busy", --busy) }
},
color: COLOR,
const: {
LANG,
LOCAL,