diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-01-07 17:20:13 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-01-12 13:13:10 +0000 |
commit | a9632630179d0d700bd008eb07ef8561a69323ea (patch) | |
tree | 69c6bf900dafec17b5ee55bc556eead5fd36481d /widgets | |
parent | 7b7ead66c5d52c6518e2b606c7258c5bd9fdda93 (diff) | |
download | vaadin-framework-a9632630179d0d700bd008eb07ef8561a69323ea.tar.gz vaadin-framework-a9632630179d0d700bd008eb07ef8561a69323ea.zip |
Split VOverlay functionality to a new base class (#19347)
This fixes the missing z-index for the Grid popup.
Change-Id: I5474fe653ad4ece38e9bc3cb2331a1d2190ea898
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/build.xml b/widgets/build.xml index 4441bc0bd0..a2eebd4276 100644 --- a/widgets/build.xml +++ b/widgets/build.xml @@ -45,6 +45,7 @@ <fileset dir="${result.deps}"> <include name="com/vaadin/*.gwt.xml" /> <include name="com/vaadin/client/BrowserInfo.java" /> + <include name="com/vaadin/client/AnimationUtil.java" /> <include name="com/vaadin/client/ComputedStyle.java" /> <include name="com/vaadin/client/DeferredWorker.java" /> <include name="com/vaadin/client/Profiler.java" /> |