使用tinyscrollbar meteor包

时间:2014-04-18 20:41:00

标签: javascript meteor tinyscrollbar

使用以下代码:

Template.home.rendered = function() {
    $("#newsfeed").tinyscrollbar();
};

this meteor packaging of tinyscrollbar

调用插件

我得到以下异常:

Exception from Deps afterFlush function
function: TypeError: Cannot read property 'offsetHeight' of undefined
    at Scrollbar.update

(完整跟踪位于this pastebin

我很乐意根据需要提供更多信息!

1 个答案:

答案 0 :(得分:0)

您是否在页面中添加了所有必需的HTML?