mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-28 00:18:45 +03:00
Use strict
This commit is contained in:
parent
68d124c59c
commit
e5be3083cf
@ -7,6 +7,8 @@
|
||||
|
||||
(function (undefined) {
|
||||
|
||||
'use strict';
|
||||
|
||||
var mapper = {
|
||||
|
||||
regex : function () {
|
||||
@ -278,6 +280,6 @@
|
||||
}
|
||||
exports.UAParser = UAParser;
|
||||
} else {
|
||||
this['UAParser'] = UAParser;
|
||||
window['UAParser'] = UAParser;
|
||||
}
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user