mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 09:48:16 -05:00
whitespace
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user