Skip to content

Commit

Permalink
Remove usage to support old browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiandouce committed Oct 24, 2013
1 parent bf810c2 commit b4c6075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function LoadingLock (el, options) {
// create lock screen element
// with proper css classes
this.lockScreen = document.createElement('span');
this.lockScreen.classList.add('lock-spinner');
classes(this.lockScreen).add('lock-spinner');

// insert lock screen element for
// `spin` height a width refs
Expand Down

0 comments on commit b4c6075

Please sign in to comment.