change the property ui to be a function to be able to use it in the same way as events

This commit is contained in:
unknown
2014-11-14 19:38:17 +01:00
committed by Sascha Thiel
parent a6b1e4ff84
commit 1a8afdce38

View File

@@ -213,7 +213,7 @@ declare module Marionette {
modelEvents: any;
collectionEvents: any;
ui: any;
ui(): any;
getTemplate(): any;
mixinTemplateHelpers(target?: any): any;
@@ -232,7 +232,7 @@ declare module Marionette {
constructor(options?: any);
ui: any;
ui(): any;
serializeData(): any;
render(): ItemView<TModel>;