knockout-dragdrop
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -99,3 +99,3 @@ /*global ko, jQuery*/ | ||
if (this.inside && this.dragLeave) { | ||
this.dragLeave(event); | ||
this.dragLeave(event, this.data); | ||
} | ||
@@ -102,0 +102,0 @@ this.active = false; |
{ | ||
"name": "knockout-dragdrop", | ||
"description": "A drag and drop binding for Knockout", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "drag and drop" |
@@ -20,7 +20,7 @@ # knockout-dragdrop | ||
<ul data-bind="foreach: source"> | ||
<li data-bind="text: $data, dragzone: { name: 'lists' }"></li> | ||
<li data-bind="text: $data, dragZone: { name: 'lists' }"></li> | ||
</ul> | ||
<h2>Drop here</h2> | ||
<ul data-bind="foreach: target, dropzone: { name: 'lists', drop: drop }"> | ||
<ul data-bind="foreach: target, dropZone: { name: 'lists', drop: drop }"> | ||
<li data-bind="text: $data"></li> | ||
@@ -27,0 +27,0 @@ </ul> |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
552602
0