提交 b818a963 编写于 作者: V Varunkumar Nagarajan 提交者: RubaXa

v1.6.1: #1158

上级 8748beab
......@@ -562,11 +562,11 @@ Link to the active instance.
```html
<!-- CDNJS :: Sortable (https://cdnjs.com/) -->
<script src="//cdnjs.cloudflare.com/ajax/libs/Sortable/1.6.0/Sortable.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Sortable/1.6.1/Sortable.min.js"></script>
<!-- jsDelivr :: Sortable (http://www.jsdelivr.com/) -->
<script src="//cdn.jsdelivr.net/sortable/1.6.0/Sortable.min.js"></script>
<script src="//cdn.jsdelivr.net/sortable/1.6.1/Sortable.min.js"></script>
<!-- jsDelivr :: Sortable :: Latest (http://www.jsdelivr.com/) -->
......
......@@ -310,7 +310,7 @@
type = evt.type,
touch = evt.touches && evt.touches[0],
target = (touch || evt).target,
originalTarget = evt.target.shadowRoot && evt.path[0] || target,
originalTarget = evt.target.shadowRoot && (evt.path && evt.path[0]) || target,
filter = options.filter,
startIndex;
......@@ -1486,6 +1486,6 @@
// Export
Sortable.version = '1.6.0';
Sortable.version = '1.6.1';
return Sortable;
});
此差异已折叠。
{
"name": "Sortable",
"main": "Sortable.js",
"version": "1.6.0",
"version": "1.6.1",
"homepage": "http://rubaxa.github.io/Sortable/",
"repo": "RubaXa/Sortable",
"authors": [
......
{
"name": "sortablejs",
"exportName": "Sortable",
"version": "1.6.0",
"version": "1.6.1",
"devDependencies": {
"grunt": "*",
"grunt-version": "*",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册