...
|
...
|
@@ -2,7 +2,7 @@ var jQuery = require('jquery'); |
|
|
|
|
|
(function ($) {
|
|
|
var dragging, placeholders = $();
|
|
|
$.fn.sortable = function (options) {
|
|
|
$.fn.mysortable = function (options) {
|
|
|
options = options || {};
|
|
|
return this.each(function () {
|
|
|
if (/^enable|disable|destroy$/.test(options)) {
|
...
|
...
|
|