Vulcan/client/views/errors/loading.js

5 lines
86 B
JavaScript
Raw Normal View History

2014-07-04 11:49:52 +09:00
Template.loading.helpers({
log: function () {
console.log('loading…')
}
})