Commit c57eec3b authored by Adam Barth's avatar Adam Barth

Remove outdated hack from flights-app

We don't need this hack anymore.

R=esprehn@chromium.org

Review URL: https://codereview.chromium.org/853593002
parent 7598f1fd
...@@ -5,11 +5,5 @@ ...@@ -5,11 +5,5 @@
height: 100%; height: 100%;
} }
</style> </style>
<script> <flights-app />
// 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>
</sky> </sky>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment