aboutsummaryrefslogtreecommitdiff
path: root/js/lib/rdge/materials/mandel-material.js
diff options
context:
space:
mode:
authorJohn Mayhew2012-04-03 09:36:14 -0700
committerJohn Mayhew2012-04-03 09:36:14 -0700
commit8d1cc709340da845d76f84220fe92c11e6217ff3 (patch)
treee2f8cfac9c0dcd64ce2b06f55d3a3981795c2fe3 /js/lib/rdge/materials/mandel-material.js
parentb4155fb4c33675a8a7cd37473513718043fdf0ba (diff)
downloadninja-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/mandel-material.js')
-rw-r--r--js/lib/rdge/materials/mandel-material.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/mandel-material.js b/js/lib/rdge/materials/mandel-material.js
index 8ba5f790..a82a4bfc 100644
--- a/js/lib/rdge/materials/mandel-material.js
+++ b/js/lib/rdge/materials/mandel-material.js
@@ -86,7 +86,7 @@ var MandelMaterial = function MandelMaterial() {
86 this._time = time; 86 this._time = time;
87 } 87 }
88 } 88 }
89 } 89 };
90}; 90};
91 91
92/////////////////////////////////////////////////////////////////////////////////////// 92///////////////////////////////////////////////////////////////////////////////////////