Vulcan/client/views/errors/loading.js

5 lines
127 B
JavaScript
Raw Normal View History

2012-10-18 13:44:03 +11:00
Template.loading.rendered = function() {
if (! this.spinner)
this.spinner = new Spinner().spin(this.find('#loading'));
}