unepwcmc/SAPI

View on GitHub
app/assets/javascripts/species/helpers/spinner.js.coffee

Summary

Maintainability
Test Coverage
Species.Spinner = Ember.Mixin.create(
  # TODO: Ideally this mixin should do much more than simply passing a css
  # selector string...
  spinnerSelector: ".spinner"
)