提交 e338d8e0 编写于 作者: J John Pywtorak

Removed the unused initial xml doc creation that happens automatically from...

Removed the unused initial xml doc creation that happens automatically from the XHR which returns an XML DOM object.
上级 60f43847
......@@ -30,12 +30,6 @@ THREE.ColladaLoader = function () {
if ( document.implementation && document.implementation.createDocument ) {
var namespaceURL = "http://www.collada.org/2005/11/COLLADASchema";
var rootTagName = "COLLADA";
var xmldoc = document.implementation.createDocument( namespaceURL, rootTagName, null );
var me = this;
// force reloading
// (should be configurable? sometimes caching is desirable)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册