mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 22:18:22 +01:00
8 lines
170 B
CoffeeScript
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() |