mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 08:18:50 +00:00
16 lines
No EOL
161 B
JavaScript
16 lines
No EOL
161 B
JavaScript
|
|
Template.listMgmt.onCreated(function() {
|
|
|
|
});
|
|
|
|
Template.listMgmt.onRendered(function() {
|
|
|
|
});
|
|
|
|
Template.listMgmt.helpers({
|
|
|
|
});
|
|
|
|
Template.listMgmt.events({
|
|
|
|
}); |