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

8 lines
No EOL
179 B
JavaScript

Template.user_profile.helpers({
userProfileDisplay: function () {
return userProfileDisplay;
},
getTemplate: function () {
return getTemplate(this.template);
}
});