Vulcan/client/views/errors/loading.js
2014-09-16 15:18:27 -04:00

5 lines
No EOL
103 B
JavaScript

Template[getTemplate('loading')].helpers({
log: function () {
console.log('loading…')
}
});