Add internal method to View.

This commit is contained in:
Natan Vivo
2013-06-22 11:25:42 -03:00
parent d6c2d01c5c
commit 38e50c8b10
+2
View File
@@ -310,6 +310,8 @@ declare module Backbone {
make(tagName, attributes?, content?);
delegateEvents(events?: any): any;
undelegateEvents();
_ensureElement() : void;
}
// SYNC