From fcc1ab786a3011287e281c36e1f52486b54abce8 Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Sat, 12 Apr 2014 18:44:14 +1000 Subject: [PATCH] marionette : closes #2027 --- marionette/marionette.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/marionette/marionette.d.ts b/marionette/marionette.d.ts index 3427d6de4..0e501f6f8 100644 --- a/marionette/marionette.d.ts +++ b/marionette/marionette.d.ts @@ -223,6 +223,7 @@ declare module Marionette { constructor(options?: any); itemView: any; + children: any; //_initialEvents(); addChildView(item: View, collection: View, options?: any);