Skip to content

Commit

Permalink
Dialog Tests: move dialog initialization to top in order to make stac…
Browse files Browse the repository at this point in the history
…king work for autocomplete and selectmenu
  • Loading branch information
fnagel committed Apr 30, 2013
1 parent 6640925 commit 7715c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/visual/compound/dialog_widgets.html
Expand Up @@ -25,6 +25,7 @@
<script src="../../../ui/jquery.ui.selectmenu.js"></script>
<script>
$(function() {
$( "#dialog" ).dialog();
$( "[title]" ).tooltip();
$( "#accordion" ).accordion();
$( "#autocomplete" ).autocomplete({
Expand All @@ -47,7 +48,6 @@
});
$( "#tabs" ).tabs();
$( '#select' ).selectmenu();
$( "#dialog" ).dialog();
$( "#dialog2" ).dialog({
autoOpen: false,
width: 100,
Expand Down

0 comments on commit 7715c71

Please sign in to comment.