aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/src/core/script/math/vec4.js
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:53:10 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch)
tree0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/helper-classes/RDGE/src/core/script/math/vec4.js
parent648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff)
downloadninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz
Remove trailing spaces
Diffstat (limited to 'js/helper-classes/RDGE/src/core/script/math/vec4.js')
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/math/vec4.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/helper-classes/RDGE/src/core/script/math/vec4.js b/js/helper-classes/RDGE/src/core/script/math/vec4.js
index 3c2d96e7..f273c835 100755
--- a/js/helper-classes/RDGE/src/core/script/math/vec4.js
+++ b/js/helper-classes/RDGE/src/core/script/math/vec4.js
@@ -30,8 +30,8 @@ POSSIBILITY OF SUCH DAMAGE.
30 30
31/** 31/**
32* RDGE.vec4 = {} 32* RDGE.vec4 = {}
33* This library contains functions for operating on 4D vectors. Any JS array 33* This library contains functions for operating on 4D vectors. Any JS array
34* containing at least 4 numeric components can represent a 4D vector. 34* containing at least 4 numeric components can represent a 4D vector.
35* 35*
36* For example, all of these are valid RDGE.vec4 declarations: 36* For example, all of these are valid RDGE.vec4 declarations:
37* var a = [0, 0, 0, 1]; 37* var a = [0, 0, 0, 1];