fix component name

This commit is contained in:
barisusakli
2015-09-28 17:01:36 -04:00
parent bcd8bdf0df
commit 9d0f681ebc

View File

@@ -152,7 +152,7 @@ define('forum/topic/posts', [
components.get('topic').append(html);
}
infinitescroll.removeExtra(components.get('posts'), direction, 40);
infinitescroll.removeExtra(components.get('post'), direction, 40);
html.hide().fadeIn('slow');