repo: janusweb
action: commit
revision: 
path_from: 
revision_from: a09cb24067bfb992adcc839c33550b7d5f21b208:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit a09cb24067bfb992adcc839c33550b7d5f21b208
Author: James Baicoianu 
Date:   Mon Oct 1 18:01:24 2018 -0700

    Fixed typo

diff --git a/scripts/janusbase.js b/scripts/janusbase.js
index c307ebe75c36d8fb44fcd88ba1e4482d7e1d4948..
index ..5fff2c0a62370853f2018bc728d6dba24a4ffda1 100644
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -522,7 +522,7 @@ console.log('got collider', collider, collision_id);
       // Scratch variable
       var euler = new THREE.Euler();
       return function() {
-        euler..setFromQuaternion(this.properties.orientation);
+        euler.setFromQuaternion(this.properties.orientation);
         return !euler.equals(this.properties.rotation);
       }
     })();

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