Add require module for draggable

This commit is contained in:
Anh Hong 2020-04-24 10:54:32 +07:00 committed by GitHub
parent 8a74cbbeee
commit 7bc5bb0f6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,8 @@ require('jquery-ui/ui/widgets/mouse');
require('jquery-ui/ui/ie'); require('jquery-ui/ui/ie');
require('jquery-ui/ui/widgets/sortable'); require('jquery-ui/ui/widgets/sortable');
require('jquery-ui/ui/plugin'); require('jquery-ui/ui/plugin');
require('jquery-ui/ui/safe-active-element');
require('jquery-ui/ui/safe-blur');
require('jquery-ui/ui/widgets/draggable'); require('jquery-ui/ui/widgets/draggable');
var InteractiveRebaseView = ContainedBase.extend({ var InteractiveRebaseView = ContainedBase.extend({