UAParser is exposed globally to the window object. It can be used directly.

This commit is contained in:
szchenghuang 2015-11-20 15:30:28 +08:00
parent bbd3f14cfb
commit e230cc1920

View File

@ -7,6 +7,5 @@ Package.describe({
});
Package.on_use(function (api) {
api.export("UAParser");
api.addFiles("src/ua-parser.js");
});