Vulcan/client/views/errors/loading.js
2012-10-18 13:44:03 +11:00

4 lines
127 B
JavaScript

Template.loading.rendered = function() {
if (! this.spinner)
this.spinner = new Spinner().spin(this.find('#loading'));
}