Skip to content

Commit

Permalink
Merge pull request #5 from myakura/spike_geolocation
Browse files Browse the repository at this point in the history
remove UNKNOWN_ERROR from the list of PositionError.code can take
  • Loading branch information
jonathantneal committed Oct 14, 2011
2 parents 9906585 + e9493d0 commit cbee97c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geolocation.html
Expand Up @@ -141,7 +141,6 @@ <h2 id=errors>Handling Errors</h2>
<li><code>PERMISSION_DENIED</code> (<code>1</code>) if the user clicks that &#8220;Don&#8217;t Share&#8221; button or otherwise denies you access to their location.
<li><code>POSITION_UNAVAILABLE</code> (<code>2</code>) if the network is down or the positioning satellites can&#8217;t be contacted.
<li><code>TIMEOUT</code> (<code>3</code>) if the network is up but it takes too long to calculate the user&#8217;s position. How long is &#8220;too long&#8221;? I&#8217;ll show you how to define that in the next section.
<li><code>UNKNOWN_ERROR</code> (<code>0</code>) if anything else goes wrong.
</ul>

<p class="legend top" style="padding-left:8.5em"><span class=arrow>&#x21b6;</span> Be gracious in defeat
Expand Down

0 comments on commit cbee97c

Please sign in to comment.