From f3eef9322c73824a1f48d65c80a42f17e196c07c Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Mon, 21 Sep 2015 11:10:42 -0700 Subject: [PATCH] Remove toybox reference in spawner script --- examples/toys/bubblewand/createWand.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/toys/bubblewand/createWand.js b/examples/toys/bubblewand/createWand.js index 9ca018ea16..76681a50d7 100644 --- a/examples/toys/bubblewand/createWand.js +++ b/examples/toys/bubblewand/createWand.js @@ -9,8 +9,6 @@ // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html -var IN_TOYBOX = false; - Script.include("../../utilities.js"); Script.include("../../libraries/utils.js");