Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 274 Bytes

controller.litcoffee

File metadata and controls

9 lines (6 loc) · 274 Bytes

SynthController

The SynthController provides actions and triggers for dealing with SynthModels.

class SynthController extends (require './model')
  @set synth: 'controller'
  @include (require 'events').EventEmitter

module.exports = SynthController