From 94b02f660fccd4ef088af0cd85645b124cdb22f6 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 14 Nov 2014 19:38:17 +0100 Subject: [PATCH] change the property ui to be a function to be able to use it in the same way as events --- marionette/marionette.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/marionette/marionette.d.ts b/marionette/marionette.d.ts index cee7b18451..719b3012b0 100644 --- a/marionette/marionette.d.ts +++ b/marionette/marionette.d.ts @@ -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;