- Remove visibility flag on createTopic.

This commit is contained in:
Paulo Gustavo Veiga
2012-09-27 09:17:34 -03:00
parent 4a0d70e3b3
commit f6e5018272
4 changed files with 7 additions and 12 deletions

View File

@@ -81,8 +81,7 @@ mindplot.commands.DeleteCommand = new Class({
}, this);
// Do they need to be connected ?
this._deletedTopicModels.each(function (model, index) {
var topicModel = this._deletedTopicModels[index];
this._deletedTopicModels.each(function (topicModel, index) {
var topics = commandContext.findTopics(topicModel.getId());
var parentId = this._parentTopicIds[index];