Merge pull request #4356 from aarondandy/tsc-1.5.0-beta-auth0-fix

Update auth0.d.ts for typescript 1.5.0-beta
This commit is contained in:
Masahiro Wakame
2015-05-19 23:06:59 +09:00
-4
View File
@@ -9,10 +9,6 @@ interface Window {
token: string;
}
interface Location {
origin: string;
}
/** This is the interface for the main Auth0 client. */
interface Auth0Static {