From 6fe370c4ef908f596a7f955179706293b0725e7f Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Mon, 30 Nov 2015 16:00:15 -0800 Subject: [PATCH] Remove old comment in firework.js --- examples/baseball/firework.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/baseball/firework.js b/examples/baseball/firework.js index bc1d0910cf..a78e1595eb 100644 --- a/examples/baseball/firework.js +++ b/examples/baseball/firework.js @@ -136,5 +136,3 @@ playFireworkShow = function(position, numberOfFireworks, duration) { }(randomPosition), Math.random() * duration) } } - -//playFireworkShow(10, 2000);