fix horizontal typo in examples

This commit is contained in:
James B. Pollack 2016-04-28 13:42:10 -07:00
parent b52406e127
commit aafed4e1b8

View file

@ -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