0

使用以下代码:

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

从tinyscrollbar 的这个流星包装中调用插件

我得到以下异常:

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

(完整的跟踪在这个 pastebin

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

4

1 回答 1

0

您是否将所有必需的 html 添加到页面中?

于 2014-04-19T15:44:18.743 回答