Add icon to padding.

This commit is contained in:
Paulo Veiga
2011-09-02 18:25:34 -03:00
parent ba1a724df6
commit 001ff2e371
3 changed files with 12 additions and 12 deletions

View File

@@ -19,7 +19,8 @@
mindplot.Note = new Class({
Extends: mindplot.Icon,
initialize : function(topic, noteModel) {
$assert(topicId, 'topic can not be null');
$assert(topic, 'topic can not be null');
this.parent(mindplot.Note.IMAGE_URL);
this._noteModel = noteModel;
this._topic = topic;