From 4d27d5c9f2787e0d0051ee934b5632101cafa1bc Mon Sep 17 00:00:00 2001 From: Eric Levin Date: Thu, 25 Feb 2016 13:45:08 -0800 Subject: [PATCH] Update fireworksLaunchButtonEntityScript.js --- .../playa/fireworks/fireworksLaunchButtonEntityScript.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/playa/fireworks/fireworksLaunchButtonEntityScript.js b/examples/playa/fireworks/fireworksLaunchButtonEntityScript.js index 7e85f5695f..63c4f3616e 100644 --- a/examples/playa/fireworks/fireworksLaunchButtonEntityScript.js +++ b/examples/playa/fireworks/fireworksLaunchButtonEntityScript.js @@ -2,8 +2,8 @@ // fireworksLaunchEntityScript.js // examples/playa/fireworks // - // Created by Eric Levina on 2/24/16. - // Copyright 2015 High Fidelity, Inc. + // Created by Eric Levin on 2/24/16. + // Copyright 2016 High Fidelity, Inc. // // Run this script to spawn a big fireworks launch button that a user can press // @@ -226,4 +226,4 @@ // entity scripts always need to return a newly constructed object of our type return new Fireworks(); - }); \ No newline at end of file + });