Vulcan/client/views/users/user_profile.js

6 lines
107 B
JavaScript
Raw Normal View History

Template.user_profile.helpers({
2014-12-08 20:36:46 +09:00
userProfileDisplay: function () {
2014-12-08 14:53:26 +09:00
return userProfileDisplay;
}
2015-04-13 16:29:33 +09:00
});