diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-15 20:20:41 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:37 -0400 |
commit | 6064a5e0487428d53bd694dcebce952730992c46 (patch) | |
tree | ba7ebad41e006e6690dfd270a9a5743a9dbdf7a2 /ui/dialog.js | |
parent | 26fc3b5587ed117a972224ac661255998e59f9e1 (diff) | |
download | jquery-ui-6064a5e0487428d53bd694dcebce952730992c46.tar.gz jquery-ui-6064a5e0487428d53bd694dcebce952730992c46.zip |
Core: Move tabbable into its own module
Ref #9647
Diffstat (limited to 'ui/dialog.js')
-rw-r--r-- | ui/dialog.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/dialog.js b/ui/dialog.js index acb7814d1..16d650f97 100644 --- a/ui/dialog.js +++ b/ui/dialog.js @@ -32,7 +32,8 @@ "./position", "./resizable", "./safe-active-element", - "./safe-blur" + "./safe-blur", + "./tabbable" ], factory ); } else { |