Remove useless variable

master
Sven Slootweg 12 years ago
parent 7fdf41e040
commit a4a00217c9

@ -22,7 +22,6 @@ Function.prototype.inheritsFrom = function(parentObject)
/*Class*/ RadiumEngine = function()
{
this.version = "1.0";
var blah = "derp";
var /*Exception*/ Exception = this.Exception = function(message)
{

Loading…
Cancel
Save