fixing bugs
This commit is contained in:
@@ -38,7 +38,7 @@ mindplot.Command = new Class(
|
||||
|
||||
mindplot.Command._nextUUID = function()
|
||||
{
|
||||
if (!mindplot.Command._uuid)
|
||||
if (!core.Utils.isDefined(mindplot.Command._uuid))
|
||||
{
|
||||
mindplot.Command._uuid = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user