mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-17 16:34:49 -05:00
Fix let back to const
This commit is contained in:
@@ -3935,7 +3935,7 @@ suite('chunked rendering', function() {
|
||||
let chunked;
|
||||
let notifyChange;
|
||||
let targetCount;
|
||||
let handleChange = () => {
|
||||
const handleChange = () => {
|
||||
if (!targetCount || chunked.$.repeater.renderedItemCount >= targetCount) {
|
||||
notifyChange(Array.from(chunked.root.querySelectorAll('*:not(template):not(dom-repeat)')));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user