Skip to content

Commit

Permalink
Merge branch 'feature/availity-angular-velocityjs-integration' of htt…
Browse files Browse the repository at this point in the history
…ps://github.com/Availity/availity-angular into feature/availity-angular-velocityjs-integration
  • Loading branch information
Rob McGuinness committed Aug 17, 2015
2 parents 983fa5e + e5970da commit 6e2b0cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ui/animation/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@

};


this.stop = function() {
$element.find('.loading-bullet').velocity("stop", true);
$element.find('.loading-bullet').velocity('stop', true);
$element.removeData();
};

Expand Down

0 comments on commit 6e2b0cf

Please sign in to comment.