Vulcan/client/views/posts/post_list_top.js
2015-04-13 14:52:03 +09:00

8 lines
198 B
JavaScript

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