Corrected minor spelling error in comments

This commit is contained in:
Joel 2014-09-28 13:21:13 -07:00
parent e1b9f0d4b3
commit 5a9b58a2df

View File

@ -115,7 +115,7 @@ var ripples = {
rippleOut($ripple);
}
});
// Destroy ripple when mouse is not holded anymore if the ripple still exists
// Destroy ripple when mouse is not held anymore if the ripple still exists
bind("mouseup", ".ripple-wrapper, .ripple-wrapper .ripple", function(e, $ripple) {
if ($ripple.dataset.animating != 1) {
rippleOut($ripple);