mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed implicit any
This commit is contained in:
+2
-2
@@ -18,7 +18,7 @@ declare module Backbone {
|
||||
|
||||
constructor(name: string, serializer?: Serializer);
|
||||
|
||||
save();
|
||||
save(): void;
|
||||
|
||||
// Add a model, giving it a (hopefully)-unique GUID, if it doesn't already
|
||||
// have an id of it's own.
|
||||
@@ -43,7 +43,7 @@ declare module Backbone {
|
||||
|
||||
_storageSize(): number;
|
||||
|
||||
_itemName(id): string;
|
||||
_itemName(id: any): string;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user