diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2013-03-05 15:16:05 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-03-27 16:06:12 +0000 |
commit | 3c351deadfd4980ee43a1c86870a4c50ed78b310 (patch) | |
tree | 15873efff75454a071a03de6d9e55b43372e87ac /shared/src | |
parent | dcd19d4f6df04d99333a769ce08933ae1c88c3f1 (diff) | |
download | vaadin-framework-3c351deadfd4980ee43a1c86870a4c50ed78b310.tar.gz vaadin-framework-3c351deadfd4980ee43a1c86870a4c50ed78b310.zip |
Remove synchronous AJAX support (#11254)
SJAX was used in Vaadin 6 only for window close events,
and those are not supported in Vaadin 7.
Change-Id: I3ca7137d5a16252f63051314743e0bee2890caf1
Diffstat (limited to 'shared/src')
-rw-r--r-- | shared/src/com/vaadin/shared/ApplicationConstants.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java index 333833ab60..220679e69c 100644 --- a/shared/src/com/vaadin/shared/ApplicationConstants.java +++ b/shared/src/com/vaadin/shared/ApplicationConstants.java @@ -37,7 +37,6 @@ public class ApplicationConstants implements Serializable { + "://"; public static final String UIDL_SECURITY_TOKEN_ID = "Vaadin-Security-Key"; - public static final String PARAM_UNLOADBURST = "onunloadburst"; public static final String PARAM_ANALYZE_LAYOUTS = "analyzeLayouts"; public static final String PARAM_HIGHLIGHT_CONNECTOR = "highlightConnector"; |