- Add new assert syntax.
- Fix Icons size issues.
This commit is contained in:
@@ -21,7 +21,7 @@ mindplot.commands.RemoveLinkFromTopicCommand =new Class(
|
||||
Extends:mindplot.Command,
|
||||
initialize: function(topicId)
|
||||
{
|
||||
core.assert(topicId, 'topicId can not be null');
|
||||
$assert(topicId, 'topicId can not be null');
|
||||
this._selectedObjectsIds = topicId;
|
||||
},
|
||||
execute: function(commandContext)
|
||||
|
Reference in New Issue
Block a user