Merge pull request #6387 from bencoveney/patch-1

Marionette: Updated Application constructor to accept options
This commit is contained in:
Masahiro Wakame
2015-10-27 00:16:07 +09:00
+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