Hello,

I have a startup module that should register some module types. It runs 
before the startup module load-modules, so what it does is:


   - Loads the required tiddlers
   - Add those tiddlers to the store
   - calls $tw.wiki.defineTiddlerModules() to register those modules
   - Lets load-modules do its work

I was wondering if there is any ugly side effect because 
executing $tw.wiki.defineTiddlerModules() twice, once on boot and another 
after my startup module has been executed.
Taking a look at the function seems that it takes care of not registering 
plugins twice, but I'm not sure if something escapes to my eyes.

Regards.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/5dd5e509-7e87-4da5-ae5c-9a4bdc86d853%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to