Fix several issues.

This commit is contained in:
Paulo Veiga
2011-09-09 21:53:41 -03:00
parent 2a4d96151b
commit d84384364c
15 changed files with 124 additions and 155 deletions

View File

@@ -18,7 +18,7 @@
mindplot.IconGroup = new Class({
initialize : function(topicId, iconSize) {
$assert(topicId, "topicId can not be null");
$assert($defined(topicId), "topicId can not be null");
$assert(iconSize, "iconSize can not be null");
this._icons = [];