repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 3545e3d4942f1a5d1a454d500abf0c6fbe1b711b:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 3545e3d4942f1a5d1a454d500abf0c6fbe1b711b
Author: James Baicoianu 
Date:   Tue Dec 10 14:27:46 2019 -0800

    Access js_id property directly

diff --git a/scripts/janusbase.js b/scripts/janusbase.js
index 48cb3253eae3c04d38d3b81ea9907429ccd0fe2a..
index ..b17e0a77dcedccdb59a41e3326e54b229cfdfed6 100644
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -302,7 +302,7 @@ console.log('got collider', collider, collision_id);
           parent:   ['accessor', 'parent.getProxyObject'],
           children: ['accessor', 'getChildProxies'],
           parts:    ['property', 'jsparts'],
-          js_id:    ['property', 'properties.js_id'],
+          js_id:    ['property', 'js_id'],
           pos:      ['property', 'position'],
           vel:      ['property', 'velocity'],
           accel:    ['property', 'acceleration'],

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