mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-25 02:09:50 +02:00
update LuaPlayground + add Docify
This commit is contained in:
7
Docify/coffees/main.coffee
Normal file
7
Docify/coffees/main.coffee
Normal file
@ -0,0 +1,7 @@
|
||||
class Docify extends this.OS.application.BaseApplication
|
||||
constructor: ( args ) ->
|
||||
super "Docify", args
|
||||
|
||||
main: () ->
|
||||
|
||||
this.OS.register "Docify", Docify
|
Reference in New Issue
Block a user