fixing bugs
This commit is contained in:
@@ -41,7 +41,7 @@ mindplot.PersistanceManager.save = function(mindmap, editorProperties, onSavedHa
|
||||
} else
|
||||
{
|
||||
// Execute on success handler ...
|
||||
if (onSavedHandler)
|
||||
if (core.Utils.isDefined(onSavedHandler))
|
||||
{
|
||||
onSavedHandler();
|
||||
}
|
||||
|
Reference in New Issue
Block a user