From eee3cedd951fa1bc82d83cec04aeb82340a9aaec Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 28 Apr 2016 12:55:41 +1200 Subject: [PATCH] Fix typo --- 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 9438aef613..9d33e473af 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