Merge pull request #747 from samccone/sjs/fix-module-error

Drop module check and export.
master
Nicolas Garnier 2015-07-06 21:02:43 +02:00
commit bae57dccd0
1 changed files with 1 additions and 1 deletions

View File

@ -504,6 +504,6 @@ MaterialCustomizer = (function() {
})();
// For NodeJS usage
if (module) {
if (typeof module !== 'undefined') {
module.exports = MaterialCustomizer;
}