Vulcan/client/views/posts/post_list_top.js

6 lines
125 B
JavaScript
Raw Normal View History

Template.postListTop.helpers({
2015-03-22 11:19:27 +09:00
postListTopModules: function () {
return _.sortBy(postListTopModules, 'order');
}
});