marionette : closes #2027

This commit is contained in:
Basarat Ali Syed
2014-04-12 18:44:14 +10:00
parent eba8e31b8e
commit fcc1ab786a
+1
View File
@@ -223,6 +223,7 @@ declare module Marionette {
constructor(options?: any);
itemView: any;
children: any;
//_initialEvents();
addChildView(item: View, collection: View, options?: any);