This commit is contained in:
davetayls
2015-02-01 20:22:50 +00:00
parent 7bab855ae3
commit feec83a5d5
+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 {