Typo again
This commit is contained in:
parent
a1081d47ba
commit
3f8b03a900
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ var browser = {
|
|||
opera: /opera/.test(userAgent),
|
||||
msie: /msie/.test(userAgent) && !/opera/.test(userAgent),
|
||||
mozilla: /mozilla/.test(userAgent) && !/(compatible|webkit)/.test(userAgent),
|
||||
windows: /windows/.test(userAgent)
|
||||
mobile: /mobile/.test(userAgent) || /android/.test(userAgent);
|
||||
windows: /windows/.test(userAgent),
|
||||
mobile: /mobile/.test(userAgent) || /android/.test(userAgent)
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue