Vulcan/client/views/posts/post_list_top.js
2015-04-13 16:29:33 +09:00

5 lines
125 B
JavaScript

Template.postListTop.helpers({
postListTopModules: function () {
return _.sortBy(postListTopModules, 'order');
}
});