Browse Source

Change the order of inheritance to preserve user.agent property (#10470)

tags/8.3.0.alpha1
Adam Wagner 6 years ago
parent
commit
c95055e060
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      client/src/main/resources/com/vaadin/DefaultWidgetSet.gwt.xml

+ 2
- 2
client/src/main/resources/com/vaadin/DefaultWidgetSet.gwt.xml View File

@@ -8,10 +8,10 @@
<!-- Hint for WidgetSetBuilder not to automatically update the file -->
<!-- WS Compiler: manually edited -->

<inherits name="com.vaadin.Vaadin" />

<inherits name="elemental.Elemental" />

<inherits name="com.vaadin.Vaadin" />

<inherits name="com.google.gwt.precompress.Precompress" />

<entry-point class="com.vaadin.client.ApplicationConfiguration" />

Loading…
Cancel
Save