diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-07-29 18:02:11 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-07-29 18:02:19 -0400 |
| commit | 1e044ca74467d5ff46292822a274e678bd74a9b3 (patch) | |
| tree | 57482fd23327d24b53c81cb207c2d9ce54d06eaf /public/assets/javascripts/rectangles/util/uid.js | |
| parent | d18cb4c622fbb0172b9618d8594953a32ccb88b2 (diff) | |
uid fixestests
Diffstat (limited to 'public/assets/javascripts/rectangles/util/uid.js')
| -rw-r--r-- | public/assets/javascripts/rectangles/util/uid.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/assets/javascripts/rectangles/util/uid.js b/public/assets/javascripts/rectangles/util/uid.js index 50d18c5..0c0b176 100644 --- a/public/assets/javascripts/rectangles/util/uid.js +++ b/public/assets/javascripts/rectangles/util/uid.js @@ -19,10 +19,10 @@ } if ('window' in this) { - window.UidGenerator = new UidGenerator + window.UidGenerator = UidGenerator } else { - module.exports = new UidGenerator + module.exports = UidGenerator } })() |
