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/tabs.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/tabs.js')
-rw-r--r-- | ui/tabs.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/tabs.js b/ui/tabs.js index 526dc6e82..b5a776c48 100644 --- a/ui/tabs.js +++ b/ui/tabs.js @@ -25,6 +25,7 @@ "./core", "./escape-selector", "./keycode", + "./safe-active-element", "./version", "./widget" ], factory ); |