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

Commit

Permalink
trim whitespace, convert to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Morklympious committed Jun 21, 2016
1 parent bc0a5aa commit b88bfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
function runScript(code) {
var anchor = freeDefine ? define.amd : Benchmark,
script = doc.createElement('script'),
sibling = doc.getElementsByTagName('script')[0] ||
sibling = doc.getElementsByTagName('script')[0] ||
doc.body.children[doc.body.children.length - 1] || // Last Element Node in <body> OR
doc.body.appendChild(doc.createElement('script')), // Create element to insert next to
parent = sibling.parentNode,
Expand Down

0 comments on commit b88bfaa

Please sign in to comment.