Pointer to w3c spec from October 2013 envjs
authorJaroslav Tulach <jaroslav.tulach@netbeans.org>
Fri, 04 Jul 2014 09:07:45 +0200
branchenvjs
changeset 711039d9a0dea07
parent 706 444b861dc45a
child 712 319edf682ad1
Pointer to w3c spec from October 2013
geo/src/main/java/net/java/html/geo/OnLocation.java
     1.1 --- a/geo/src/main/java/net/java/html/geo/OnLocation.java	Thu Jun 19 15:49:27 2014 +0200
     1.2 +++ b/geo/src/main/java/net/java/html/geo/OnLocation.java	Fri Jul 04 09:07:45 2014 +0200
     1.3 @@ -64,7 +64,7 @@
     1.4   * In case something goes wrong a method in the same class named {@link #onError()}
     1.5   * can be specified (should take one {@link Exception} parameter). 
     1.6   * <p>
     1.7 - * The overall behavior of the system mimics <a href="http://www.w3.org/TR/2012/PR­geolocation­API­20120510/">
     1.8 + * The overall behavior of the system mimics <a href="http://www.w3.org/TR/geolocation-API/">
     1.9   * W3C's Geolocation API</a>.
    1.10   *
    1.11   * @author Jaroslav Tulach <jtulach@netbeans.org>