Commit 46334e2e authored by Adam Barth's avatar Adam Barth

Add wheel support to sky-scrollable

This CL plumbs wheel events through Sky again and uses them in sky-scrollable.

R=ojan@chromium.org

Review URL: https://codereview.chromium.org/876853005
parent 73f0a8d1
......@@ -32,7 +32,7 @@
<script>
module.exports = class extends SkyElement {
created() {
this.cities = cities;
this.cities = cities.slice(0, 300);
}
}.register();
</script>
......
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