mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Merge pull request #3297 from jiaweihli/marionette
marionette: Layout => LayoutView typo
This commit is contained in:
Vendored
+2
-2
@@ -281,13 +281,13 @@ declare module Marionette {
|
||||
renderModel(): any;
|
||||
}
|
||||
|
||||
class Layout<TModel extends Backbone.Model> extends ItemView<TModel> {
|
||||
class LayoutView<TModel extends Backbone.Model> extends ItemView<TModel> {
|
||||
|
||||
constructor(options?: any);
|
||||
|
||||
addRegion(name: string, definition: any): Region<TModel>;
|
||||
addRegions(regions: any): any;
|
||||
render(): Layout<TModel>;
|
||||
render(): LayoutView<TModel>;
|
||||
removeRegion(name: string);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user