UNPKG

d-md-components

Version:

A pack of components for Derby according to Google's Material Design based upon mdl (getmdl.io).

10 lines (7 loc) 205 B
var Spinner = require('./../index'); Spinner.prototype._show = function() { this.model.set('spinning', true); }; Spinner.prototype._hide = function() { this.model.set('spinning', false); };