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