Support --noImplicitAny about google.analytics/ga.d.ts

This commit is contained in:
vvakame
2014-01-11 23:31:25 +09:00
parent ff58346bc3
commit 6e8f579f26
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -1 +0,0 @@
""
+2 -2
View File
@@ -8,7 +8,7 @@ declare class Tracker {
_getName(): string;
_getAccount(): string;
_getVersion(): string;
_getVisitorCustomVar(index: number); string;
_getVisitorCustomVar(index: number): string;
_setAccount(): string;
_setCustomVar(index: number, name: string, value: string, opt_scope?: number): boolean;
_setSampleRate(newRate: string): void;
@@ -20,7 +20,7 @@ declare class Tracker {
interface GoogleAnalyticsCode {
push(commandArray: string[]): void;
push(Function): void;
push(func: Function): void;
}
interface GoogleAnalyticsTracker {
-1
View File
@@ -1 +0,0 @@
""