In the docs at this URL:
http://mochikit.com/doc/html/MochiKit/Visual.html
there is a note (below here:
http://mochikit.com/doc/html/MochiKit/Visual.html#fn-base):
// I slide it up and then down again
slideUp('myelement', {afterFinish: function () {
slideDown('myelement');
});
It seems to be missing a close brace:
slideUp('myelement', {
afterFinish: function () {
slideDown('myelement');
}
});
As it serves as the page's template format of this motif, it should be complete.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" 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/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---