> +Story.prototype.findToolbar = function(e)

This function is assuming that there is only *one* toolbar DIV within
a tiddler.  This is not always the case: some themes and plugins use
modified ViewTemplate/EditTemlate definitions, to add their own
additional toolbars.

> +Story.prototype.attributeNamed = function(e, name)

Rather than writing your own accessor function, why not just use the
native DOM function:
   var val=e.getAttribute(name);

enjoy,
-e



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to