Error fixes

This commit is contained in:
Alejandro Gallardo Escobar 2015-01-19 17:47:22 +01:00
parent f03e854110
commit a75f20e808

View File

@ -66,7 +66,7 @@ TreeController = {
// Load leaf counters // Load leaf counters
function _processNodeCounters (container, counters, type) { function _processNodeCounters (container, counters, type) {
var hasCounters = true; var hasCounters = false;
if (typeof counters != 'undefined') { if (typeof counters != 'undefined') {