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/dialog.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/dialog.js')
-rw-r--r-- | ui/dialog.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/dialog.js b/ui/dialog.js index f17aaccd1..e2369d0b0 100644 --- a/ui/dialog.js +++ b/ui/dialog.js @@ -22,7 +22,7 @@ // AMD. Register as an anonymous module. define( [ "jquery", - "./core", + "./version", "./keycode", "./widget", "./button", @@ -31,7 +31,7 @@ "./mouse", "./position", "./resizable", - "./version" + "./safe-active-element" ], factory ); } else { |