Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #52 from jakemac53/patch-1
Browse files Browse the repository at this point in the history
fix missing var
  • Loading branch information
nevir committed Nov 24, 2014
2 parents 6a5a553 + 81a99e8 commit 08b90f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@

// Measure content in scroller before virtualized items
if (this._target != this) {
el1 = this.previousElementSibling;
var el1 = this.previousElementSibling;
this._aboveSize = el1 ? el1.offsetTop + el1.offsetHeight : 0;
} else {
this._aboveSize = 0;
Expand Down

0 comments on commit 08b90f8

Please sign in to comment.