get_my/client/MainLayout.js

17 lines
174 B
JavaScript
Raw Normal View History

Template.MainLayout.onCreated(function() {
});
Template.MainLayout.onRendered(function() {
});
Template.MainLayout.helpers({
});
Template.MainLayout.events({
});