antos-frontend/src/antos.coffee

6 lines
130 B
CoffeeScript
Raw Normal View History

2017-08-11 01:58:46 +02:00
_GUI = self.OS.GUI
_API = self.OS.API
_APP = self.OS.APP
this.onload = () ->
console.log "Booting the os"
self.OS.boot()