antos-frontend/src/antos.coffee

8 lines
170 B
CoffeeScript
Raw Normal View History

2017-08-15 02:56:04 +02:00
_GUI = self.OS.GUI
_API = self.OS.API
2017-08-14 00:20:19 +02:00
_PM = self.OS.PM
2017-08-27 23:40:02 +02:00
_OS = self.OS
2017-08-15 02:56:04 +02:00
_courrier = self.OS.courrier
2017-08-11 01:58:46 +02:00
this.onload = () ->
console.log "Booting the os"
self.OS.boot()