Remove 'light' tag from some examples it doesn't work for

This commit is contained in:
Matt Priour
2012-03-20 23:18:41 -05:00
parent 6eee5025f2
commit 2ba9c5ffda
3 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@
<body onload="init()">
<h1 id="title">map.panTo Example</h1>
<div id="tags">
panning, animation, effect, smooth, panMethod, light
panning, animation, effect, smooth, panMethod
</div>
<div id="shortdesc">Show animated panning effects in the map</div>
<div id="map" class="smallmap"></div>

View File

@@ -20,7 +20,7 @@
<h1 id="title">Bing Tiles with a Subset of Resolutions Example</h1>
<div id="tags">
bing tiles restrictedMinZoom numZoomLevels, light
bing tiles restrictedMinZoom numZoomLevels
</div>
<div id="shortdesc">Use Bing with direct tile access</div>

View File

@@ -45,7 +45,7 @@
<body onload="init()">
<h1 id="title">Resize a Marker</h1>
<div id="tags">
animation, resizing, style, size, light
animation, resizing, style, size
</div>
<div id="shortdesc">Dynamically resize a marker</div>
<div id="map" class="smallmap"></div>