Browse Source

Clean up.

Mr.doob 9 years ago
parent
commit
21ec1679dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/objects/Group.js

+ 1 - 1
src/objects/Group.js

@@ -11,4 +11,4 @@ THREE.Group = function () {
 };
 
 THREE.Group.prototype = Object.create( THREE.Object3D.prototype );
-THREE.Group.prototype.constructor = THREE.Group;
+THREE.Group.prototype.constructor = THREE.Group;