mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +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:
4
marionette/marionette.d.ts
vendored
4
marionette/marionette.d.ts
vendored
@@ -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