Updated Application constructor to accept options

This commit is contained in:
Ben Coveney
2015-10-22 13:28:58 +01:00
parent 44cbde48ee
commit 05d51cc1e0
+2
View File
@@ -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