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
This commit is contained in:
Adam Barth 2015-01-27 09:58:22 -08:00
parent 73f0a8d121
commit 46334e2e32

View File

@ -32,7 +32,7 @@
<script>
module.exports = class extends SkyElement {
created() {
this.cities = cities;
this.cities = cities.slice(0, 300);
}
}.register();
</script>