aboutsummaryrefslogtreecommitdiff
path: root/js/lib/rdge/materials/pulse-material.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/lib/rdge/materials/pulse-material.js')
-rw-r--r--js/lib/rdge/materials/pulse-material.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/pulse-material.js b/js/lib/rdge/materials/pulse-material.js
index f7f6c7ae..276f7de6 100644
--- a/js/lib/rdge/materials/pulse-material.js
+++ b/js/lib/rdge/materials/pulse-material.js
@@ -308,7 +308,6 @@ var pulseMaterialDef =
308 } 308 }
309}; 309};
310 310
311// doing the inheritance here introtudes bugs. Local instance variables are overwritten in the base class
312//PulseMaterial.prototype = new Material(); 311//PulseMaterial.prototype = new Material();
313 312
314if (typeof exports === "object") { 313if (typeof exports === "object") {