From 8d1cc709340da845d76f84220fe92c11e6217ff3 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Tue, 3 Apr 2012 09:36:14 -0700 Subject: Made use of semicolons consistent and updated new files to use the new RDGE namespace --- js/lib/rdge/materials/pulse-material.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'js/lib/rdge/materials/pulse-material.js') diff --git a/js/lib/rdge/materials/pulse-material.js b/js/lib/rdge/materials/pulse-material.js index 47059533..6dabc759 100644 --- a/js/lib/rdge/materials/pulse-material.js +++ b/js/lib/rdge/materials/pulse-material.js @@ -66,9 +66,8 @@ var PulseMaterial = function PulseMaterial() { /////////////////////////////////////////////////////////////////////// // Methods /////////////////////////////////////////////////////////////////////// - // duplcate method requirde - this.dup = function( world ) - { + // duplicate method required + this.dup = function( world ) { // save the world if (world) this.setWorld( world ); @@ -86,8 +85,7 @@ var PulseMaterial = function PulseMaterial() { return newMat; }; - this.init = function( world ) - { + this.init = function( world ) { // save the world if (world) this.setWorld( world ); @@ -233,7 +231,7 @@ var PulseMaterial = function PulseMaterial() { } return rtnStr; - } + }; }; /////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3