diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2014-10-22 22:21:58 -0400 |
---|---|---|
committer | TJ VanToll <tj.vantoll@gmail.com> | 2014-10-24 07:17:49 -0700 |
commit | ae577ae108e6c01be1ef6d318e4065aab3cb0b87 (patch) | |
tree | 4e8d460591048007bb7ac7120ccb0969dd01fbd5 /tests/visual | |
parent | 068254455ffc3cec55e11486f1f0b7e8086846fd (diff) | |
download | jquery-ui-ae577ae108e6c01be1ef6d318e4065aab3cb0b87.tar.gz jquery-ui-ae577ae108e6c01be1ef6d318e4065aab3cb0b87.zip |
Tests: Adding missing dependency
Diffstat (limited to 'tests/visual')
-rw-r--r-- | tests/visual/compound/datepicker_dialog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/visual/compound/datepicker_dialog.html b/tests/visual/compound/datepicker_dialog.html index e6a25a2e8..52c91a083 100644 --- a/tests/visual/compound/datepicker_dialog.html +++ b/tests/visual/compound/datepicker_dialog.html @@ -12,6 +12,7 @@ <script src="../../../ui/position.js"></script> <script src="../../../ui/resizable.js"></script> <script src="../../../ui/draggable.js"></script> + <script src="../../../ui/button.js"></script> <script src="../../../ui/datepicker.js"></script> <script src="../../../ui/dialog.js"></script> <script> |