Skip to content

Commit 3a5550b

Browse files
authored
Update DomSync.ts
1 parent 7efce5d commit 3a5550b

File tree

1 file changed

+1
-1
lines changed
  • src/Components/Web.JS/src/Rendering/DomMerging

1 file changed

+1
-1
lines changed

src/Components/Web.JS/src/Rendering/DomMerging/DomSync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ function domNodeComparer(a: Node, b: Node): UpdateCost {
324324
}
325325
}
326326

327-
function isPreloadElement(el: Element): bool {
327+
function isPreloadElement(el: Element): boolean {
328328
return el.tagName === 'LINK' && el.attributes.getNamedItem('rel')?.value === 'preload';
329329
}
330330

0 commit comments

Comments
 (0)