Fix tests

This commit is contained in:
Martin McWhorter
2015-05-29 12:16:47 +01:00
parent f6ce2b2a27
commit 9fffdcf779
+1 -1
View File
@@ -5,7 +5,7 @@
declare class MobileDetect {
contructor(userAgent: string, maxPhoneWidth?: number);
contructor(userAgent: string, maxPhoneWidth?: number): MobileDetect;
is(key: string): boolean;
match(pattern: string|RegExp): boolean