Fix Note and Link floating link position bug on Firefox.

This commit is contained in:
Paulo Gustavo Veiga
2012-03-15 23:22:30 -03:00
parent 660e76f552
commit 90eb8346db
8 changed files with 398 additions and 4298 deletions

View File

@@ -75,11 +75,6 @@ mindplot.NoteIcon = new Class({
getModel : function() {
return this._linksModel;
},
remove : function() {
var actionDispatcher = mindplot.ActionDispatcher.getInstance();
actionDispatcher.removeNoteFromTopic(this._topic.getId());
}
});