Merge pull request #5363 from tesenwein/patch-1

Missing semicolon
This commit is contained in:
Masahiro Wakame
2015-08-17 22:33:03 +09:00

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;