芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/modules/MailWebclient/js/vendors/knockout-sortable.js
// Attention: draggable and droppable are commented out because they conflict with our draggable and droppable // knockout-sortable 1.2.0 | (c) 2019 Ryan Niemeyer | http://www.opensource.org/licenses/mit-license ;(function(factory) { if (typeof define === "function" && define.amd) { // AMD anonymous module define(["knockout", "jquery", "jquery-ui/ui/widgets/sortable", "jquery-ui/ui/widgets/draggable", "jquery-ui/ui/widgets/droppable"], factory); } else if (typeof require === "function" && typeof exports === "object" && typeof module === "object") { // CommonJS module var ko = require("knockout"), jQuery = require("jquery"); require("jquery-ui/ui/widgets/sortable"); require("jquery-ui/ui/widgets/draggable"); require("jquery-ui/ui/widgets/droppable"); factory(ko, jQuery); } else { // No module loader (plain