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