diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-15 18:39:11 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:36 -0400 |
commit | 2b84531ae9331f60e4d739fabca6d78abde89ae1 (patch) | |
tree | 9c2f073ceec9e187725ad2fe9b810a274ec38397 /ui/draggable.js | |
parent | 0a9df3af52a66fe5e8f23622503020f0bcc6ded9 (diff) | |
download | jquery-ui-2b84531ae9331f60e4d739fabca6d78abde89ae1.tar.gz jquery-ui-2b84531ae9331f60e4d739fabca6d78abde89ae1.zip |
Core: Move safeActiveElement into its own module
Ref #9647
Diffstat (limited to 'ui/draggable.js')
-rw-r--r-- | ui/draggable.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/draggable.js b/ui/draggable.js index 81cb7d6de..d3afc9add 100644 --- a/ui/draggable.js +++ b/ui/draggable.js @@ -24,6 +24,7 @@ "./data", "./mouse", "./plugin", + "./safe-active-element", "./version", "./widget" ], factory ); |