From e230cc1920c74b5538f3d68e0dee3483e3b0d416 Mon Sep 17 00:00:00 2001 From: szchenghuang Date: Fri, 20 Nov 2015 15:30:28 +0800 Subject: [PATCH] UAParser is exposed globally to the window object. It can be used directly. --- package.js | 1 - 1 file changed, 1 deletion(-) diff --git a/package.js b/package.js index 419e1a2..6bc18a7 100644 --- a/package.js +++ b/package.js @@ -7,6 +7,5 @@ Package.describe({ }); Package.on_use(function (api) { - api.export("UAParser"); api.addFiles("src/ua-parser.js"); });