This commit is contained in:
Lim Chee Aun 2013-12-04 23:40:25 +08:00
parent 9426ff50fd
commit a89c29f8ef

View File

@ -279,7 +279,7 @@ h1{
});
life.firstYear = firstYear;
html = life.renderYears(firstYear, lastYear);
var html = life.renderYears(firstYear, lastYear);
data.forEach(function(d){
html += life.renderEvent(d);
});