Fix wrong debug transformation.

This commit is contained in:
Paulo Gustavo Veiga 2012-11-18 20:17:16 -03:00
parent 0aa2d67698
commit 322b0ba13e

View File

@ -697,7 +697,7 @@ mindplot.Designer = new Class({
var targetTopicId = model.getToNode();
var targetTopic = dmodel.findTopicById(targetTopicId);
$assert(targetTopic, "targetTopic could not be found:" + targetTopicId + dmodel.getTopics().forEach(function (e) {
$assert(targetTopic, "targetTopic could not be found:" + targetTopicId + dmodel.getTopics().map(function (e) {
return e.getId()
}));