repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 9bc6981ce626ec94f1d26df127e4928d7b652fce:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 9bc6981ce626ec94f1d26df127e4928d7b652fce
Author: James Baicoianu 
Date:   Wed Sep 19 01:53:34 2018 -0700

    Removed unused changes variable

diff --git a/scripts/janusbase.js b/scripts/janusbase.js
index 3055cf8c72350cf004d5f069be6f997f90d7a585..
index ..6858b61204f8548e7d723c859bc7f679319bcfa0 100644
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -501,7 +501,6 @@ console.log('got collider', collider, collision_id);
       }
     })();
     this.hasScriptChangedDirvecs = function() {
-      var changes = this.frameupdates;
       return (!this.lastframevalues.xdir.equals(this.properties.xdir) ||
               !this.lastframevalues.ydir.equals(this.properties.ydir) ||
               !this.lastframevalues.zdir.equals(this.properties.zdir) ||

-----END OF PAGE-----