mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-15 22:52:16 +03:00
Use strict
This commit is contained in:
@@ -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;
|
||||
}
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user