Vulcan/client/views/posts/posts_best.js

3 lines
84 B
JavaScript
Raw Normal View History

Template.posts_best.bestPostsHandle = function() {
return subs.bestPostsHandle;
}