diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 21:57:20 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:37 -0400 |
commit | dd6a99f1400a3636467f9c775a2aba4bfa7e19d0 (patch) | |
tree | c31114ec36cc3d28eed87ff60df3a818086bf0ba /ui/dialog.js | |
parent | 4c6b1463ea2be3e44f85bd13ef9780229ec0f2d4 (diff) | |
download | jquery-ui-dd6a99f1400a3636467f9c775a2aba4bfa7e19d0.tar.gz jquery-ui-dd6a99f1400a3636467f9c775a2aba4bfa7e19d0.zip |
Button: Move button into widgets folder
Ref #13885
Diffstat (limited to 'ui/dialog.js')
-rw-r--r-- | ui/dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/dialog.js b/ui/dialog.js index 2b1e71dbb..dc6632973 100644 --- a/ui/dialog.js +++ b/ui/dialog.js @@ -26,7 +26,7 @@ "./version", "./keycode", "./widget", - "./button", + "./widgets/button", "./draggable", "./focusable", "./mouse", |