(target, s)
| 323 | } |
| 324 | |
| 325 | function isInitialPlacement (target, s) { |
| 326 | var sibling; |
| 327 | if (s !== void 0) { |
| 328 | sibling = s; |
| 329 | } else if (_mirror) { |
| 330 | sibling = _currentSibling; |
| 331 | } else { |
| 332 | sibling = nextEl(_copy || _item); |
| 333 | } |
| 334 | return target === _source && sibling === _initialSibling; |
| 335 | } |
| 336 | |
| 337 | function findDropTarget (elementBehindCursor, clientX, clientY) { |
| 338 | var target = elementBehindCursor; |