http://trac.tiddlywiki.org/changeset/12235
MartinBudden
2010-06-24 06:15:17 -0700 (Thu, 24 Jun 2010)
78
Ticket #1215
plugin dependency handling should take into account tiddler title
---------------
U Trunk/core/js/main.js
---------------
Modified: Trunk/core/js/main.js
===================================================================
--- Trunk/core/js/main.js 2010-06-21 17:16:42 UTC (rev 12234)
+++ Trunk/core/js/main.js 2010-06-24 13:15:17 UTC (rev 12235)
@@ -135,7 +135,7 @@
for(var i=0; i<nPlugins; i++) {
var p = getPluginInfo(tiddlers[i]);
installedPlugins[i] = p;
- var n = p.Name;
+ var n = p.Name || p.title;
if(n)
map[n] = p;
n = p.Source;
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywikidev?hl=en.