mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
Fix noImplicitAny
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user