]> source.dussan.org Git - vaadin-framework.git/commitdiff
allow using "köyhän miehen firebugi" from widgets
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 13 Jun 2007 08:49:03 +0000 (08:49 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 13 Jun 2007 08:49:03 +0000 (08:49 +0000)
svn changeset:1688/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/Client.java

index 626893a6cc232aee39b3855e3ea54537d3709a99..990871181b808102ccd787f48ff76e7326559248 100755 (executable)
@@ -30,7 +30,7 @@ public class Client implements EntryPoint {
        private RequestBuilder rb = new RequestBuilder(RequestBuilder.POST, appUri
                        + "/UIDL/?repaintAll=1&");
 
-       private Console console;
+       public Console console;
 
        private Vector pendingVariables = new Vector();