diff --git a/marionette/marionette.d.ts b/marionette/marionette.d.ts index 719b3012b0..730ba4880b 100644 --- a/marionette/marionette.d.ts +++ b/marionette/marionette.d.ts @@ -281,13 +281,13 @@ declare module Marionette { renderModel(): any; } - class Layout extends ItemView { + class LayoutView extends ItemView { constructor(options?: any); addRegion(name: string, definition: any): Region; addRegions(regions: any): any; - render(): Layout; + render(): LayoutView; removeRegion(name: string); }