Update auth0.d.ts for typescript 1.5.0-beta

This commit is contained in:
Aaron Dandy
2015-05-12 11:48:26 -07:00
parent 599b3cb716
commit 3f15066480
-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 {