mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-28 00:18:45 +03:00
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:
commit
5d3835ad00
@ -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");
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user