Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
1496dcfa
Commit
1496dcfa
authored
Nov 17, 2014
by
Rafael Weinstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bad reference in city-list
TBR=esprehn BUG= Review URL:
https://codereview.chromium.org/730283002
parent
fd1e8ff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
city-list.sky
examples/city-list/city-list.sky
+2
-2
No files found.
examples/city-list/city-list.sky
View file @
1496dcfa
...
...
@@ -479,7 +479,7 @@ SkyElement({
this.drawTop -= height;
var tile = targetBottom < this.drawTop ?
new Tile(datum, null, viewType, -1) : // off-screen
new Tile(datum, null,
datum.
viewType, -1) : // off-screen
this.checkoutTile(type, datum, this.drawTop);
this.firstItem--;
...
...
@@ -497,7 +497,7 @@ SkyElement({
this.drawBottom += height;
var tile = targetTop > this.drawBottom ?
new Tile(datum, null, viewType, -1) : // off-screen
new Tile(datum, null,
datum.
viewType, -1) : // off-screen
this.checkoutTile(type, datum, this.drawBottom - height);
tiles.push(tile);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment