Hi!
I made a plugin (1) that parses tables of multivalue slices. It works
at it should, but I just noticed that when used on a deferred
NestedSlider (2), I get an error. Here's what the browsers say:
TypeError: Unable to get value of the property 'title': object is null
or undefined
TypeError: Cannot read property 'title' of undefined
TypeError: 'undefined' is not an object
TypeError: Cannot convert 'tiddler' to object
This only happens when the slider is deferred (using the ...
operator). If the slider is not deferred, everything works okay.
Any ideas?
(1)
http://crewlist.tiddlyspot.com/
(2)
http://www.TiddlyTools.com/#NestedSlidersPlugin
w