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:
tomoyashibata
2014-12-27 23:49:14 +09:00
parent 8ba97a7c1f
commit 726859494a
+1 -1
View File
@@ -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;