Skip to content
Snippets Groups Projects
Commit 4bf5f230 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

refactor

parent 1adbddd2
No related branches found
No related tags found
No related merge requests found
......@@ -13,14 +13,7 @@ if (vars.exists("$sys.selection") && vars.getString("$sys.selection"))
isObjectRelationNode = typeof uid[2] == "string";
}
if (isObjectRelationNode)
{
result.string(true)
}
else
{
result.string(false)
}
result.object(isObjectRelationNode)
}
else
result.string(false)
\ No newline at end of file
result.object(false)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment