Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit f8e7c09

Browse files
committed
trim whitespace, convert to tabs
1 parent cc3f222 commit f8e7c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
function runScript(code) {
661661
var anchor = freeDefine ? define.amd : Benchmark,
662662
script = doc.createElement('script'),
663-
sibling = doc.getElementsByTagName('script')[0] ||
663+
sibling = doc.getElementsByTagName('script')[0] ||
664664
doc.body.children[doc.body.children.length - 1] || // Last Element Node in <body> OR
665665
doc.body.appendChild(doc.createElement('script')), // Create element to insert next to
666666
parent = sibling.parentNode,

0 commit comments

Comments
 (0)