All the add() function blindly adds a new node to the modules or plugins. It should actually prevent duplicates by default (based on id + platform), but be configurable to allow duplicates. It should also fail silently on duplicates, but this can be configurable too. Something like this:
All the
add()
function blindly adds a new node to the modules or plugins. It should actually prevent duplicates by default (based on id + platform), but be configurable to allow duplicates. It should also fail silently on duplicates, but this can be configurable too. Something like this:tiapp.xml
test.js