mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Updated Application constructor to accept options
This commit is contained in:
Vendored
+2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user