Skip to content

Commit 21ec167

Browse files
committed
Clean up.
1 parent a445165 commit 21ec167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objects/Group.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ THREE.Group = function () {
1111
};
1212

1313
THREE.Group.prototype = Object.create( THREE.Object3D.prototype );
14-
THREE.Group.prototype.constructor = THREE.Group;
14+
THREE.Group.prototype.constructor = THREE.Group;

0 commit comments

Comments
 (0)