Vulcan/client/views/errors/loading.js
2014-07-05 11:24:28 +09:00

5 lines
No EOL
102 B
JavaScript

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