mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
Updated to Backbone.Model
This commit is contained in:
2
types/backbone.marionette/index.d.ts
vendored
2
types/backbone.marionette/index.d.ts
vendored
@@ -1272,7 +1272,7 @@ declare namespace Marionette {
|
||||
getRegion(): Region;
|
||||
|
||||
/** Show a view in the root region */
|
||||
showView(view: Backbone.View<TModel>): void;
|
||||
showView(view: Backbone.View<Backbone.Model>): void;
|
||||
|
||||
/** Get the view from the root region*/
|
||||
getView(): any;
|
||||
|
||||
Reference in New Issue
Block a user