aboutsummaryrefslogtreecommitdiff
path: root/js/lib/rdge/materials/keleidoscope-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/keleidoscope-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/keleidoscope-material.js')
-rw-r--r--js/lib/rdge/materials/keleidoscope-material.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/keleidoscope-material.js b/js/lib/rdge/materials/keleidoscope-material.js
index cbdd018c..4506bb8c 100644
--- a/js/lib/rdge/materials/keleidoscope-material.js
+++ b/js/lib/rdge/materials/keleidoscope-material.js
@@ -90,7 +90,7 @@ var KeleidoscopeMaterial = function KeleidoscopeMaterial() {
90 this._time = time; 90 this._time = time;
91 } 91 }
92 } 92 }
93 } 93 };
94}; 94};
95 95
96/////////////////////////////////////////////////////////////////////////////////////// 96///////////////////////////////////////////////////////////////////////////////////////