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

Use correct polyfill version for mine-sweeper demo. #205

Merged
merged 2 commits into from
Mar 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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