Merge pull request #154 from szchenghuang/meteor-export

UAParser is exposed globally to the window object. It can be used directly.
This commit is contained in:
Faisal Salman 2015-12-12 15:43:09 +07:00
commit 5d3835ad00

View File

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