From 05d51cc1e04d9a09987127abfa85e8ba4129037a Mon Sep 17 00:00:00 2001 From: Ben Coveney Date: Thu, 22 Oct 2015 13:28:58 +0100 Subject: [PATCH] Updated Application constructor to accept options --- marionette/marionette.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/marionette/marionette.d.ts b/marionette/marionette.d.ts index 14d0a0b6c..314fcc432 100644 --- a/marionette/marionette.d.ts +++ b/marionette/marionette.d.ts @@ -1216,6 +1216,8 @@ declare module Marionette { */ class Application extends Backbone.Events { + constructor(options?: any); + /** * The Event Aggregator is available through this property. It is * convenient for passively sharing information between pieces of your