提交 c34d58e5 编写于 作者: M Mr.doob

Merge pull request #6931 from missingdays/dev

RequireJs native support
......@@ -5,13 +5,13 @@
var THREE = { REVISION: '72dev' };
// browserify support
if ( typeof module === 'object' ) {
if (typeof define === 'function' && define.amd) {
define("three", THREE);
} else if ('undefined' !== typeof exports && 'undefined' !== typeof module) {
module.exports = THREE;
}
// polyfills
( function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册