]> source.dussan.org Git - vaadin-framework.git/commitdiff
comment change
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 15 Jun 2007 11:24:09 +0000 (11:24 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 15 Jun 2007 11:24:09 +0000 (11:24 +0000)
svn changeset:1745/svn branch:trunk

src/com/itmill/toolkit/terminal/web/AjaxApplicationManager.java

index fb737e60b3b864d2b70ce667fe24a86b8c181922..45c9e9c80d47a74b633b567c3be97817037e777c 100644 (file)
@@ -350,7 +350,6 @@ public class AjaxApplicationManager implements
                        outWriter.print("}, \"resources\" : {");
 
                     // Precache custom layouts
-                       // TODO Rewrite this to print to outWriter a custom json attribute. Don't use paintTarget !!
                     // TODO Does not support theme-get param or different themes in different windows -> Allways preload layouts with the theme specified by the applications
                     String themeName = application.getTheme() != null ? application.getTheme() : ApplicationServlet.DEFAULT_THEME;
                     // TODO We should only precache the layouts that are not cached already