From aafed4e1b8470889ac9284bb52547aef83bfeb20 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Thu, 28 Apr 2016 13:42:10 -0700 Subject: [PATCH] fix horizontal typo in examples --- scripts/system/examples.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/examples.js b/scripts/system/examples.js index 9caedec70f..eeadfc21a0 100644 --- a/scripts/system/examples.js +++ b/scripts/system/examples.js @@ -58,7 +58,7 @@ var toolBar = (function() { browseExamplesButton; function initialize() { - toolBar = new ToolBar(0, 0, ToolBar.HORIXONTAL, "highfidelity.examples.toolbar", function(windowDimensions, toolbar) { + toolBar = new ToolBar(0, 0, ToolBar.HORIZONTAL, "highfidelity.examples.toolbar", function(windowDimensions, toolbar) { return { x: windowDimensions.x / 2, y: windowDimensions.y