Clarify lodash build.

This commit is contained in:
John-David Dalton
2016-10-08 10:41:35 -07:00
parent b890d40b54
commit f5dd98cac4

View File

@@ -39,7 +39,7 @@
span1.innerHTML =
'<label for="perf-build">Build: </label>' +
'<select id="perf-build">' +
'<option value="lodash">lodash</option>' +
'<option value="lodash">lodash (production)</option>' +
'</select>';
var span2 = document.createElement('span');