Missing semicolon

This commit is contained in:
Theodor Esenwein
2015-08-14 10:07:57 +02:00
parent e95958ac84
commit e46265f966
+1 -1
View File
@@ -8,7 +8,7 @@ declare class MobileDetect {
constructor(userAgent: string, maxPhoneWidth?: number);
is(key: string): boolean;
match(pattern: string|RegExp): boolean
match(pattern: string|RegExp): boolean;
mobile(): string;
mobileGrade(): string;
os(): string;