From acced26a144888498c79f9ea6453c437dab3d565 Mon Sep 17 00:00:00 2001 From: Evgeny Bovykin Date: Fri, 31 Jul 2015 14:26:12 +0300 Subject: [PATCH] Fix typo --- src/Three.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Three.js b/src/Three.js index 091c21e5ab..cf75023c05 100644 --- a/src/Three.js +++ b/src/Three.js @@ -9,6 +9,7 @@ if (typeof define === 'function' && define.amd) { define("three", THREE); } else if ('undefined' !== typeof exports && 'undefined' !== typeof module) { module.exports = THREE; +} // polyfills -- GitLab