Allow use of class.js in node.

This commit is contained in:
Michael Teeuw 2016-03-30 13:44:16 +02:00
parent ede3e669c7
commit 26a6eb506e

View File

@ -63,3 +63,7 @@
return Class;
};
})();
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== 'undefined') {module.exports = Class;}