From 1be250fdbefd79e4275cafe4ded1bba978f3fdcd Mon Sep 17 00:00:00 2001 From: Dick van den Brink Date: Thu, 16 Jan 2014 16:27:30 +0100 Subject: [PATCH] Fixed issue with noImplicitAny --- jquerymobile/jquerymobile.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquerymobile/jquerymobile.d.ts b/jquerymobile/jquerymobile.d.ts index 48c6459e1e..56139b5ba9 100644 --- a/jquerymobile/jquerymobile.d.ts +++ b/jquerymobile/jquerymobile.d.ts @@ -307,7 +307,7 @@ interface JQueryMobilePath { isRelativeUrl(url: string): boolean; makeUrlAbsolute(relUrl: string, absUrl: string): string; parseLocation(): ParsedPath; - parseUrl(url): ParsedPath; + parseUrl(url: string): ParsedPath; } interface ParsedPath {