Cleanup the perf and test ui files.

This commit is contained in:
John-David Dalton
2014-01-22 23:04:10 -08:00
parent d96bfd21b7
commit afb3806326
2 changed files with 67 additions and 68 deletions

View File

@@ -87,9 +87,6 @@
otherList = span2.lastChild,
toolbar = document.getElementById('perf-toolbar');
toolbar.appendChild(span2);
toolbar.appendChild(span1);
buildList.selectedIndex = (function() {
switch (build) {
case 'lodash-compat': return 0;
@@ -120,6 +117,9 @@
return -1;
}());
toolbar.appendChild(span2);
toolbar.appendChild(span1);
addListener(buildList, 'change', eventHandler);
addListener(otherList, 'change', eventHandler);
});