@leansdk/leanrc
Version:
LeanRC is a MVC framework for creating graceful applications
22 lines (16 loc) • 417 B
text/coffeescript
module.exports = (Module) ->
{
NilT
FuncG
NotificationInterface
ANIMATE_ROBOT
AnimateRobotCommand
SimpleCommand
} = Module.NS
class PrepareControllerCommand extends SimpleCommand
Module
execute: FuncG(NotificationInterface, NilT),
default: ->
.registerCommand ANIMATE_ROBOT, AnimateRobotCommand