Vulcan/client/views/posts/post_list_top.js

9 lines
214 B
JavaScript
Raw Normal View History

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