Selaa lähdekoodia

更新成amd格式

guohh 6 vuotta sitten
vanhempi
commit
b9b7a37802
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      2019/sx-superapp/biz/lib/dragsort/jquery.dragsort-0.5.2.js

+ 2 - 2
2019/sx-superapp/biz/lib/dragsort/jquery.dragsort-0.5.2.js

@ -3,7 +3,7 @@
3 3
// License: http://dragsort.codeplex.com/license
4 4
// pc端事件变更为手机事件
5 5
6
(function($) {
6
define(["jquery"], function ($) {
7 7
8 8
	$.fn.dragsort = function(options) {
9 9
		if (options == "destroy") {
@ -403,4 +403,4 @@
403 403
		scrollSpeed: 5
404 404
	};
405 405
406
})(jQuery);
406
});