From 0ed249f0e7ff9e2eff2412871de1f7b7a45fb896 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Mon, 30 Nov 2015 15:59:49 -0800 Subject: [PATCH] Update script path include in firework.js --- examples/baseball/firework.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/baseball/firework.js b/examples/baseball/firework.js index 89287c5a8b..bc1d0910cf 100644 --- a/examples/baseball/firework.js +++ b/examples/baseball/firework.js @@ -9,7 +9,7 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -Script.include("http://rawgit.com/huffman/hifi/baseball/examples/baseball/utils.js"); +Script.include("utils.js"); var emitters = [];