fixing original layout bugs

This commit is contained in:
Pablo Luna
2011-04-16 15:52:21 +01:00
parent 4e746833ae
commit 60ab4c7f5d
4 changed files with 16 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
mindplot.NoteModel = function(text, topic)
{
core.assert(text, 'note text can not be null');
core.assert(text!=null, 'note text can not be null');
core.assert(topic, 'mindmap can not be null');
this._text = text;
this._topic = topic;