antos-frontend/src/antos.coffee
2017-08-27 23:40:02 +02:00

8 lines
170 B
CoffeeScript

_GUI = self.OS.GUI
_API = self.OS.API
_PM = self.OS.PM
_OS = self.OS
_courrier = self.OS.courrier
this.onload = () ->
console.log "Booting the os"
self.OS.boot()