From 1de473a01324ca47354c309105f67c231eedca7f Mon Sep 17 00:00:00 2001 From: Leonardo Murillo Date: Mon, 6 Oct 2014 14:27:25 -0600 Subject: [PATCH] Fixing globals var scopt --- examples/libraries/globals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/libraries/globals.js b/examples/libraries/globals.js index 211e0d56b6..1bd851af77 100644 --- a/examples/libraries/globals.js +++ b/examples/libraries/globals.js @@ -8,4 +8,4 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -var HIFI_PUBLIC_BUCKET = "https://s3.amazonaws.com/hifi-public/"; \ No newline at end of file +HIFI_PUBLIC_BUCKET = "https://s3.amazonaws.com/hifi-public/";