Updated to Backbone.Model

This commit is contained in:
codemannz
2017-06-28 13:27:24 +12:00
committed by GitHub
parent 43c90a8a83
commit f3b410c756

View File

@@ -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;