Browse Source

* RSPACE

pull/309/head
RubaXa 10 years ago
parent
commit
5fd36b19b1
  1. 6
      Sortable.js

6
Sortable.js

@ -45,6 +45,9 @@
tapEvt,
touchEvt,
/** @const */
RSPACE = /\s+/g,
expando = 'Sortable' + (new Date).getTime(),
win = window,
@ -53,7 +56,6 @@
supportDraggable = !!('draggable' in document.createElement('div')),
_silent = false,
_dispatchEvent = function (rootEl, name, targetEl, fromEl, startIndex, newIndex) {
@ -892,8 +894,6 @@
el.removeEventListener(event, fn, false);
}
/** @const */
var RSPACE = /\s+/g;
function _toggleClass(el, name, state) {
if (el) {

Loading…
Cancel
Save