Hi,

I've written two js macros, and part of the code is the same.

So I've put this part in a function (say : myUtilFunction) in another 
tiddler (say : Utils.js, application/javascript, and module-type : 
library). At the end : exports.myUtilFunction = myUtilFunction;

Now I'm trying to make this function available int the two macros.
So in the twos macros, before "exports.name = ...", I have :

var myUtilFunction = require("Utils.js").myUtilFunction;

It doesn't work, the error message reads : myUtilFunction is not a function.

I've already used this way in writing a widget and it worked. Is there a pb 
with macros ?


Any help welcome !

Regards

FrD

-- 
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/fe1aebef-b483-4be7-96fe-b6b5fd672944%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to