使用以下代码:
Template.home.rendered = function() {
$("#newsfeed").tinyscrollbar();
};
我得到以下异常:
Exception from Deps afterFlush function
function: TypeError: Cannot read property 'offsetHeight' of undefined
at Scrollbar.update
(完整的跟踪在这个 pastebin)
我很乐意根据需要提供更多信息!