mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
whitespace
This commit is contained in:
parent
44aeb0e636
commit
175015866c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user