Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: sky/examples/example-scrollable.sky

Issue 876853005: Add wheel support to sky-scrollable (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add missing files Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/web/WebViewImpl.cpp ('k') | sky/framework/sky-scrollable.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/example-scrollable.sky
diff --git a/sky/examples/example-scrollable.sky b/sky/examples/example-scrollable.sky
index e57934d2f4b33a65f3ebe613b04701e7e0359744..21bba40c072d9422deb597e1b9e03959961c266a 100644
--- a/sky/examples/example-scrollable.sky
+++ b/sky/examples/example-scrollable.sky
@@ -32,7 +32,7 @@
<script>
module.exports = class extends SkyElement {
created() {
- this.cities = cities;
+ this.cities = cities.slice(0, 300);
}
}.register();
</script>
« no previous file with comments | « sky/engine/web/WebViewImpl.cpp ('k') | sky/framework/sky-scrollable.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698