mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-19 12:42:30 +03:00
Corrected minor spelling error in comments
This commit is contained in:
parent
e1b9f0d4b3
commit
5a9b58a2df
|
@ -115,7 +115,7 @@ var ripples = {
|
||||||
rippleOut($ripple);
|
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) {
|
bind("mouseup", ".ripple-wrapper, .ripple-wrapper .ripple", function(e, $ripple) {
|
||||||
if ($ripple.dataset.animating != 1) {
|
if ($ripple.dataset.animating != 1) {
|
||||||
rippleOut($ripple);
|
rippleOut($ripple);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user