Use strict

This commit is contained in:
Faisal Salman 2012-09-15 14:18:49 +07:00
parent 68d124c59c
commit e5be3083cf

View File

@ -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;
} }
})(); })();