diff --git a/marionette/marionette.d.ts b/marionette/marionette.d.ts index 52a1bb6ef..4eb4b0fa4 100644 --- a/marionette/marionette.d.ts +++ b/marionette/marionette.d.ts @@ -288,6 +288,7 @@ declare module Marionette { start(options?); addRegions(regions); removeRegion(region: Region); + getRegion(regionName: string): Region; module(moduleNames, moduleDefinition); }