From 96bc17cd5ee84dda5f2a9c7280b2c8befcada4cd Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Sat, 12 Mar 2016 16:01:10 -0800 Subject: [PATCH] Update photo_sphere.js --- examples/data_visualization/photo_sphere.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/data_visualization/photo_sphere.js b/examples/data_visualization/photo_sphere.js index d8be423bd7..c62fb7d122 100644 --- a/examples/data_visualization/photo_sphere.js +++ b/examples/data_visualization/photo_sphere.js @@ -8,7 +8,7 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -var photoSphere, light;; +var photoSphere, light; //equirectangular var url = 'http://hifi-content.s3.amazonaws.com/james/projection_objects/IMG_9167.JPG'; @@ -57,4 +57,4 @@ function cleanup() { Script.scriptEnding.connect(cleanup); createPhotoSphere(); -createLight(); \ No newline at end of file +createLight();