Fix noImplicitAny

This commit is contained in:
Derek Cicerone
2013-11-28 13:19:53 -05:00
parent 6a9d60f570
commit 422822586b
+1 -1
View File
@@ -319,7 +319,7 @@ declare module Backbone {
remove(): View;
make(tagName: any, attributes?: any, content?: any): any;
delegateEvents(events?: any): any;
undelegateEvents();
undelegateEvents(): any;
_ensureElement(): void;
}