Remove outdated hack from flights-app

We don't need this hack anymore.

R=esprehn@chromium.org

Review URL: https://codereview.chromium.org/853593002
This commit is contained in:
Adam Barth 2015-01-13 16:41:20 -08:00
parent 7598f1fd3c
commit c57eec3baa

View File

@ -5,11 +5,5 @@
height: 100%;
}
</style>
<script>
// TODO(esprehn): Work around a bug where having <flights-app /> in the
// page doesn't render anything until the first input event.
window.addEventListener("load", function() {
document.querySelector("sky").appendChild(new FlightsAppElement());
});
</script>
<flights-app />
</sky>