You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jqueryLQMIS/obj\Debug\Package\PackageTm...

16 lines
248 B

/**
* jQuery ligerUI 1.0.1
*
* Author leoxie [ gd_star@163.com ]
*
*/
(function($) {
$.ligerDefaults = $.ligerDefaults || {};
$.ligerDefaults.Drag = {
onStartDrag: false,
onDrag: false,
onStopDrag: false
};