change return type of data() to any

This commit is contained in:
VILIC VANE
2014-06-17 16:43:35 +08:00
parent cc273d67ec
commit 38466bd677
+1 -1
View File
@@ -16,7 +16,7 @@ interface Cheerio {
attr(name: string): string;
attr(name: string, value: any): Cheerio;
data(): Object;
data(): any;
val(): string;
val(value: string): Cheerio;