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

Commit

Permalink
fix missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Nov 24, 2014
1 parent 6a5a553 commit 81a99e8
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 81a99e8

Please sign in to comment.