-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/**! | ||
* Sortable 1.15.2 | ||
* Sortable 1.15.3 | ||
* @author RubaXa <[email protected]> | ||
* @author owenm <[email protected]> | ||
* @license MIT | ||
|
@@ -134,7 +134,7 @@ | |
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); | ||
} | ||
|
||
var version = "1.15.2"; | ||
var version = "1.15.3"; | ||
|
||
function userAgent(pattern) { | ||
if (typeof window !== 'undefined' && window.navigator) { | ||
|
@@ -1467,7 +1467,7 @@ | |
} | ||
target = parent; // store last element | ||
} | ||
/* jshint boss:true */ while (parent = parent.parentNode); | ||
/* jshint boss:true */ while (parent = getParentOrHost(parent)); | ||
} | ||
_unhideGhostForTarget(); | ||
} | ||
|
@@ -2373,7 +2373,8 @@ | |
nextTick: _nextTick, | ||
cancelNextTick: _cancelNextTick, | ||
detectDirection: _detectDirection, | ||
getChild: getChild | ||
getChild: getChild, | ||
expando: expando | ||
}; | ||
|
||
/** | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/**! | ||
* Sortable 1.15.2 | ||
* Sortable 1.15.3 | ||
* @author RubaXa <[email protected]> | ||
* @author owenm <[email protected]> | ||
* @license MIT | ||
|
@@ -128,7 +128,7 @@ function _nonIterableSpread() { | |
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); | ||
} | ||
|
||
var version = "1.15.2"; | ||
var version = "1.15.3"; | ||
|
||
function userAgent(pattern) { | ||
if (typeof window !== 'undefined' && window.navigator) { | ||
|
@@ -1461,7 +1461,7 @@ Sortable.prototype = /** @lends Sortable.prototype */{ | |
} | ||
target = parent; // store last element | ||
} | ||
/* jshint boss:true */ while (parent = parent.parentNode); | ||
/* jshint boss:true */ while (parent = getParentOrHost(parent)); | ||
} | ||
_unhideGhostForTarget(); | ||
} | ||
|
@@ -2367,7 +2367,8 @@ Sortable.utils = { | |
nextTick: _nextTick, | ||
cancelNextTick: _cancelNextTick, | ||
detectDirection: _detectDirection, | ||
getChild: getChild | ||
getChild: getChild, | ||
expando: expando | ||
}; | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/**! | ||
* Sortable 1.15.2 | ||
* Sortable 1.15.3 | ||
* @author RubaXa <[email protected]> | ||
* @author owenm <[email protected]> | ||
* @license MIT | ||
|
@@ -128,7 +128,7 @@ function _nonIterableSpread() { | |
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); | ||
} | ||
|
||
var version = "1.15.2"; | ||
var version = "1.15.3"; | ||
|
||
function userAgent(pattern) { | ||
if (typeof window !== 'undefined' && window.navigator) { | ||
|
@@ -1461,7 +1461,7 @@ Sortable.prototype = /** @lends Sortable.prototype */{ | |
} | ||
target = parent; // store last element | ||
} | ||
/* jshint boss:true */ while (parent = parent.parentNode); | ||
/* jshint boss:true */ while (parent = getParentOrHost(parent)); | ||
} | ||
_unhideGhostForTarget(); | ||
} | ||
|
@@ -2367,7 +2367,8 @@ Sortable.utils = { | |
nextTick: _nextTick, | ||
cancelNextTick: _cancelNextTick, | ||
detectDirection: _detectDirection, | ||
getChild: getChild | ||
getChild: getChild, | ||
expando: expando | ||
}; | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/**! | ||
* Sortable 1.15.2 | ||
* Sortable 1.15.3 | ||
* @author RubaXa <[email protected]> | ||
* @author owenm <[email protected]> | ||
* @license MIT | ||
|
@@ -128,7 +128,7 @@ function _nonIterableSpread() { | |
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); | ||
} | ||
|
||
var version = "1.15.2"; | ||
var version = "1.15.3"; | ||
|
||
function userAgent(pattern) { | ||
if (typeof window !== 'undefined' && window.navigator) { | ||
|
@@ -1461,7 +1461,7 @@ Sortable.prototype = /** @lends Sortable.prototype */{ | |
} | ||
target = parent; // store last element | ||
} | ||
/* jshint boss:true */ while (parent = parent.parentNode); | ||
/* jshint boss:true */ while (parent = getParentOrHost(parent)); | ||
} | ||
_unhideGhostForTarget(); | ||
} | ||
|
@@ -2367,7 +2367,8 @@ Sortable.utils = { | |
nextTick: _nextTick, | ||
cancelNextTick: _cancelNextTick, | ||
detectDirection: _detectDirection, | ||
getChild: getChild | ||
getChild: getChild, | ||
expando: expando | ||
}; | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters