whitespace

This commit is contained in:
Richard Worth 2008-06-10 00:34:41 +00:00
parent 44aeb0e636
commit 175015866c

View File

@ -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>