@@ -87,6 +87,8 @@ Vector2.prototype = {
default: throw new Error( 'index is out of range: ' + index );
}
+
+ return this;
},
@@ -79,6 +79,8 @@ Vector3.prototype = {
@@ -86,6 +86,8 @@ Vector4.prototype = {