Merge pull request #3147 from Softpagehomeware/master

Proper ui support for marionette views
This commit is contained in:
Masahiro Wakame
2014-11-20 11:42:28 +09:00
+2 -2
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>;