@@ -968,7 +968,7 @@ class BufferGeometry extends EventDispatcher {
clone() {
- return new this.constructor().copy( this );
+ return new this.constructor().copy( this );
}