-
Notifications
You must be signed in to change notification settings - Fork 0
lubelski edited this page Nov 16, 2014
·
1 revision
pipeline = require 'pipeline'
PipeCleaner = pipeline.createApp()
PipeCleaner = require 'pipeline'
PipeCleaner = pipeline.createApp
debug:
actions: ['actionKey']
stores: ['storeKey']
adaptors: ['adaptorKey']
views: true
The App object now has some methods available:
PipeCleaner.createAction()
PipeCleaner.createStore()
PipeCleaner.createAdaptor()
and if you enabled views:
PipeCleaner.createView()