Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
Use correct polyfill version for mine-sweeper demo (#205)
Browse files Browse the repository at this point in the history
It doesn't fix #203 but at least this is necessary for it to work. Other
issues are most likely inside the HB itself.
It doesn't fix #203 but at least this is necessary for it to work. Other
issues are most likely inside the HB itself.
  • Loading branch information
Denis authored and Legioth committed Mar 10, 2017
1 parent 13ea376 commit b93ec0f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import javax.servlet.annotation.WebServlet;

import com.vaadin.annotations.VaadinServletConfiguration;
import com.vaadin.annotations.WebComponents;
import com.vaadin.hummingbird.demo.minesweeper.component.component.MinesweeperComponent;
import com.vaadin.server.VaadinRequest;
import com.vaadin.server.VaadinServlet;
Expand All @@ -30,6 +31,7 @@
* UI which demonstrates how you can use the Hummingbird {@link Component} API
* to create a Minesweeper game.
*/
@WebComponents(1)
public class MinesweeperUI extends UI {

/**
Expand Down

0 comments on commit b93ec0f

Please sign in to comment.