With the following code:
Template.home.rendered = function() {
$("#newsfeed").tinyscrollbar();
};
calling the plugin from this meteor packaging of tinyscrollbar
I get the following exception:
Exception from Deps afterFlush function
function: TypeError: Cannot read property 'offsetHeight' of undefined
at Scrollbar.update
(a full trace is at this pastebin)
I will be happy to provide more information as needed!