From 5a9b58a2dfb7d081ebccb325679a88a8953625a1 Mon Sep 17 00:00:00 2001 From: Joel Date: Sun, 28 Sep 2014 13:21:13 -0700 Subject: [PATCH] Corrected minor spelling error in comments --- scripts/ripples.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ripples.js b/scripts/ripples.js index 0ceb755a..87c97dda 100644 --- a/scripts/ripples.js +++ b/scripts/ripples.js @@ -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);