Skip to content

Commit 99b199f

Browse files
committed
Merge pull request johnny#174 from harriyott/master
Fixed typo: beeing => being.
2 parents dd04890 + cc0039f commit 99b199f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/js/jquery-sortable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
$item.css(position)
8989
},
9090
// Called after the drag has been started,
91-
// that is the mouse button is beeing held down and
91+
// that is the mouse button is being held down and
9292
// the mouse is moving.
9393
// The container is the closest initialized container.
9494
// Therefore it might not be the container, that actually contains the item.
@@ -100,7 +100,7 @@
100100
$item.addClass(container.group.options.draggedClass)
101101
$("body").addClass(container.group.options.bodyClass)
102102
},
103-
// Called when the mouse button is beeing released
103+
// Called when the mouse button is being released
104104
onDrop: function ($item, container, _super, event) {
105105
$item.removeClass(container.group.options.draggedClass).removeAttr("style")
106106
$("body").removeClass(container.group.options.bodyClass)

0 commit comments

Comments
 (0)