diff options
author | John Mayhew | 2012-04-03 09:36:14 -0700 |
---|---|---|
committer | John Mayhew | 2012-04-03 09:36:14 -0700 |
commit | 8d1cc709340da845d76f84220fe92c11e6217ff3 (patch) | |
tree | e2f8cfac9c0dcd64ce2b06f55d3a3981795c2fe3 /js/lib/rdge/materials/julia-material.js | |
parent | b4155fb4c33675a8a7cd37473513718043fdf0ba (diff) | |
download | ninja-8d1cc709340da845d76f84220fe92c11e6217ff3.tar.gz |
Made use of semicolons consistent and updated new files to use the new RDGE namespace
Diffstat (limited to 'js/lib/rdge/materials/julia-material.js')
-rw-r--r-- | js/lib/rdge/materials/julia-material.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/julia-material.js b/js/lib/rdge/materials/julia-material.js index 67d08b1a..7aeec3dc 100644 --- a/js/lib/rdge/materials/julia-material.js +++ b/js/lib/rdge/materials/julia-material.js | |||
@@ -76,7 +76,7 @@ var JuliaMaterial = function JuliaMaterial() { | |||
76 | this._time = time; | 76 | this._time = time; |
77 | } | 77 | } |
78 | } | 78 | } |
79 | } | 79 | }; |
80 | } | 80 | } |
81 | 81 | ||
82 | /////////////////////////////////////////////////////////////////////////////////////// | 82 | /////////////////////////////////////////////////////////////////////////////////////// |