- Add additional debug info. RootTree seems to be out of sync.

This commit is contained in:
Paulo Gustavo Veiga
2012-09-24 16:43:31 -03:00
parent b847782079
commit 25ac0bbadd
2 changed files with 7 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ mindplot.IconGroup = new Class({
}, this);
if (result == null) {
throw new Error("Icon can no be found:" + iconModel);
throw new Error("Icon can no be found:" + iconModel.getId() + ", Icons:" + this._icons);
}
return result;