mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
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:
Vendored
+2
-2
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user