Merge pull request #3578 from davetayls/feature/marionette-triggerMethod

added triggerMethod to Marionette.Controller
This commit is contained in:
Masahiro Wakame
2015-02-04 21:25:50 +09:00
+2
View File
@@ -231,6 +231,8 @@ declare module Marionette {
* @param optionName the name of the option to retrieve.
*/
getOption(optionName: string): any;
triggerMethod(name: string, ...args: any[]): any;
}
interface RegionConstructionOptions {