aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/3D/vec-utils.js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-04-02 10:40:05 -0700
committerJose Antonio Marquez2012-04-02 10:40:05 -0700
commitb2f6ec0a6b08edac76cc77e1b57009bbb319abf5 (patch)
treecb24d3a9db06d3ffc538f3558436f7bce29aa7fd /js/helper-classes/3D/vec-utils.js
parente876941eaa6cf5adf0e028d0f3f9402284ea5de2 (diff)
parentc6de22bf42be90b403491b5f87b1818d9020310c (diff)
downloadninja-b2f6ec0a6b08edac76cc77e1b57009bbb319abf5.tar.gz
Merge branch 'refs/heads/Ninja-Internal' into Document
Diffstat (limited to 'js/helper-classes/3D/vec-utils.js')
-rwxr-xr-xjs/helper-classes/3D/vec-utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/3D/vec-utils.js b/js/helper-classes/3D/vec-utils.js
index e6db4a8d..4eacd856 100755
--- a/js/helper-classes/3D/vec-utils.js
+++ b/js/helper-classes/3D/vec-utils.js
@@ -259,6 +259,6 @@ var VecUtils = exports.VecUtils = Object.create(Object.prototype,
259 glmat4.rotate(mat, angle, axis); 259 glmat4.rotate(mat, angle, axis);
260 return mat; 260 return mat;
261 } 261 }
262 }, 262 }
263 263
264}); \ No newline at end of file 264}); \ No newline at end of file