From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- js/models/properties-3d.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/models/properties-3d.js') diff --git a/js/models/properties-3d.js b/js/models/properties-3d.js index 98cc03b3..96c749b8 100755 --- a/js/models/properties-3d.js +++ b/js/models/properties-3d.js @@ -43,7 +43,7 @@ exports.Properties3D = Montage.create(Component, { m_endAzimuth : {value : 0, enumerable: true}, m_endAltitude : {value : 0, enumerable: true}, - _world : {value : null, enumerable:true}, // keep a referenceto the GLWorld (if any) + _world : {value : null, enumerable:true}, // keep a referenceto the GLWorld (if any) // Keep track of 3d properties matrix3d : {value : null, enumerable: true}, @@ -66,8 +66,8 @@ exports.Properties3D = Montage.create(Component, { value : function(elt, isStage) { // this.m_upVector = [0,1,0]; -// this.m_viewDir = [0,0,1]; -// this.m_endUpVector = [0,1,0]; +// this.m_viewDir = [0,0,1]; +// this.m_endUpVector = [0,1,0]; // this.m_targetPos = [0,0,0]; // this.m_objStartPos = [0,0,0]; -- cgit v1.2.3