diff options
author | Kris Kowal | 2012-07-06 11:53:10 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch) | |
tree | 0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/lib/math | |
parent | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff) | |
download | ninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz |
Remove trailing spaces
Diffstat (limited to 'js/lib/math')
-rwxr-xr-x | js/lib/math/matrix.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/lib/math/matrix.js b/js/lib/math/matrix.js index 8dee6fdc..fe32709e 100755 --- a/js/lib/math/matrix.js +++ b/js/lib/math/matrix.js | |||
@@ -57,8 +57,8 @@ Matrix.I = function(dimen) { | |||
57 | mat[index] = 1.0; | 57 | mat[index] = 1.0; |
58 | index += dimen + 1; | 58 | index += dimen + 1; |
59 | } | 59 | } |
60 | 60 | ||
61 | return mat; | 61 | return mat; |
62 | }; | 62 | }; |
63 | 63 | ||
64 | Matrix.Translation = function (vec) { | 64 | Matrix.Translation = function (vec) { |