From 92e5018b190a437dfae9073fb789bbd6e1987009 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Sun, 15 Jan 2012 17:26:13 +0000 Subject: [PATCH] Fix typo in examples/mobile-base.js --- examples/mobile-base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mobile-base.js b/examples/mobile-base.js index f320581787..5e123cc3b9 100644 --- a/examples/mobile-base.js +++ b/examples/mobile-base.js @@ -15,7 +15,7 @@ var init = function (onSelectFeatureFunction) { styleMap: new OpenLayers.StyleMap({ externalGraphic: "img/mobile-loc.png", graphicOpacity: 1.0, - graphicWith: 16, + graphicWidth: 16, graphicHeight: 26, graphicYOffset: -26 })