Remove unnecessary code from the 01_bars.html example.

This commit is contained in:
Michael Casebolt 2016-12-11 14:45:39 -08:00
parent 624226ad26
commit f9135d9983

View File

@ -32,8 +32,6 @@
sds.margin = '4em 3em';
document.body.appendChild(stats.domElement);
elems = [];
for(var i = 0; i < 1000; i++) {
var startValue = 500 + (Math.random() - Math.random()) * 250;
@ -72,7 +70,6 @@
document.body.appendChild(elem.domElement);
elems.push(elem);
}
}