From 427ed8807b1fbc2e127d5a1854bcea138291517e Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Wed, 9 Sep 2015 12:41:59 -0700 Subject: [PATCH] fix breakdance toy --- examples/toys/breakdanceCore.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/toys/breakdanceCore.js b/examples/toys/breakdanceCore.js index 57a679ff51..6a69e8d35a 100644 --- a/examples/toys/breakdanceCore.js +++ b/examples/toys/breakdanceCore.js @@ -10,8 +10,7 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // - -function getPuppetPosition(props) { +getPuppetPosition = function(props) { var MAX_DISTANCE = 10; var searchPosition = MyAvatar.position;