diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-10 00:34:41 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-10 00:34:41 +0000 |
commit | 175015866cfe600594f40cc3213839d338d38360 (patch) | |
tree | 3b3352a962e7ecab1ac1c6645fcccaecabbbe60f /tests/visual | |
parent | 44aeb0e63652f84c40058c35c4945938ebe52a8b (diff) | |
download | jquery-ui-175015866cfe600594f40cc3213839d338d38360.tar.gz jquery-ui-175015866cfe600594f40cc3213839d338d38360.zip |
whitespace
Diffstat (limited to 'tests/visual')
-rw-r--r-- | tests/visual/dialog.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/visual/dialog.html b/tests/visual/dialog.html index 12e7c2b43..1411d4dc9 100644 --- a/tests/visual/dialog.html +++ b/tests/visual/dialog.html @@ -11,7 +11,9 @@ <script type="text/javascript">
$(function() {
var offset = $("#dialog").offset();
- $("#dialog").click(function() { $("<div/>").dialog(); });
+ $("#dialog").click(function() {
+ $("<div/>").dialog();
+ });
});
</script>
</head>
|