summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-03-18 21:34:27 +0200
committerArtur Signell <artur@vaadin.com>2013-03-20 15:09:15 +0200
commite4c9eda51082a443822b66864df2fe14be7dc6d7 (patch)
treec6d7f6649e4cc2419102d82512d68ef34696475b /client
parent5ea677d377c96c60fbc546eb2381bb88f2d4b478 (diff)
downloadvaadin-framework-e4c9eda51082a443822b66864df2fe14be7dc6d7.tar.gz
vaadin-framework-e4c9eda51082a443822b66864df2fe14be7dc6d7.zip
Enable a Vaadin applications to be re-initialized if if has been re-added to the same page (#8350)
Change-Id: I30dbc14f00108fa699694ecd1d37679d8a0dff4b
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/ApplicationConnection.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/com/vaadin/client/ApplicationConnection.java b/client/src/com/vaadin/client/ApplicationConnection.java
index 62827feffb..4ddbd7c39b 100644
--- a/client/src/com/vaadin/client/ApplicationConnection.java
+++ b/client/src/com/vaadin/client/ApplicationConnection.java
@@ -510,6 +510,7 @@ public class ApplicationConnection {
client.getPathForElement = $entry(function(element) {
return componentLocator.@com.vaadin.client.ComponentLocator::getPathForElement(Lcom/google/gwt/user/client/Element;)(element);
});
+ client.initializing = false;
$wnd.vaadin.clients[TTAppId] = client;
}-*/;