]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed unnecessary googlemaps removal todo
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Sun, 28 Oct 2007 13:26:57 +0000 (13:26 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Sun, 28 Oct 2007 13:26:57 +0000 (13:26 +0000)
svn changeset:2608/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/server/ApplicationServlet.java

index a541d206c7c1559ff5dd532a4aa251417fa59797..44600d101da644d552dcd0391667a186f0af8b5b 100644 (file)
@@ -431,8 +431,6 @@ public class ApplicationServlet extends HttpServlet {
                        relative += "../";
                }
 
-               // TODO remove GoogleMaps namespace and script
-
                page
                                .write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" "
                                                + "\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n");