aboutsummaryrefslogtreecommitdiffstats
path: root/demos/droppable/accept.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 01:20:50 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 01:20:50 +0000
commit9a35874d44262f79d1a5fc7d8c7e673518c985fd (patch)
treef9cd8915ee759d2427c657e680e9282e7b20aa86 /demos/droppable/accept.html
parent2789fca8afb34dc770df8163fad7f6df15a77025 (diff)
downloadjquery-ui-9a35874d44262f79d1a5fc7d8c7e673518c985fd.tar.gz
jquery-ui-9a35874d44262f79d1a5fc7d8c7e673518c985fd.zip
demos: whitespace fixes
- trailing whitespace - inconsistent line endings - set svn:eol-style to native
Diffstat (limited to 'demos/droppable/accept.html')
-rw-r--r--demos/droppable/accept.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/droppable/accept.html b/demos/droppable/accept.html
index f2b02ba93..e49a250ff 100644
--- a/demos/droppable/accept.html
+++ b/demos/droppable/accept.html
@@ -14,9 +14,9 @@
</style>
<script type="text/javascript">
$(function() {
-
+
$("#draggable,#draggable-nonvalid").draggable();
-
+
$("#droppable").droppable({
accept: '#draggable',
activeClass: 'ui-state-hover',
@@ -25,7 +25,7 @@
$(this).addClass('ui-state-highlight').find('p').html('Dropped!');
}
});
-
+
});
</script>
</head>