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