Fix contructor

This commit is contained in:
Martin McWhorter
2015-05-29 13:10:45 +01:00
parent 9fffdcf779
commit 3aee09a07c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
declare class MobileDetect {
contructor(userAgent: string, maxPhoneWidth?: number): MobileDetect;
constructor(userAgent: string, maxPhoneWidth?: number);
is(key: string): boolean;
match(pattern: string|RegExp): boolean