mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix class name
"feed" in the case of an error occurs during instantiation. (Uncaught TypeError: undefined is not a function)
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module google.feeds {
|
||||
export class feed {
|
||||
export class Feed {
|
||||
constructor();
|
||||
constructor(url: string);
|
||||
findFeeds(query?: string, callback?: (result: findResult) => void ): void;
|
||||
|
||||
Reference in New Issue
Block a user