File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2121 < script src ="../../src/xregexp.js "> </ script >
2222 < script src ="../../src/addons/build.js "> </ script >
2323 < script src ="../../src/addons/matchrecursive.js "> </ script >
24- < script src ="../../src/addons/prototypes.js "> </ script >
2524 < script src ="../../src/addons/unicode/unicode-base.js "> </ script >
2625 < script src ="../../src/addons/unicode/unicode-blocks.js "> </ script >
2726 < script src ="../../src/addons/unicode/unicode-categories.js "> </ script >
Original file line number Diff line number Diff line change 11( function ( ) {
2- var outputEl = document . getElementById ( 'log' ) ;
2+ var outputBox = document . getElementById ( 'log' ) ;
33 var suites = [ ] ;
44 var bo = Benchmark . options ;
55 var bso = Benchmark . Suite . options ;
66
77 function log ( msg ) {
8- outputEl . innerHTML += msg . replace ( / \n / g, '<br>' ) ;
8+ outputBox . insertAdjacentHTML ( 'beforeend' , msg . replace ( / \n / g, '<br>' ) ) ;
99 }
1010
1111 window . run = function ( ) {
You can’t perform that action at this time.
0 commit comments