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