aboutsummaryrefslogtreecommitdiffstats
path: root/demos/droppable/revert.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/revert.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/revert.html')
-rw-r--r--demos/droppable/revert.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/droppable/revert.html b/demos/droppable/revert.html
index 0f181ce1c..56a3ea369 100644
--- a/demos/droppable/revert.html
+++ b/demos/droppable/revert.html
@@ -14,10 +14,10 @@
</style>
<script type="text/javascript">
$(function() {
-
+
$("#draggable").draggable({ revert: 'valid' });
$("#draggable2").draggable({ revert: 'invalid' });
-
+
$("#droppable").droppable({
activeClass: 'ui-state-hover',
hoverClass: 'ui-state-active',
@@ -25,7 +25,7 @@
$(this).addClass('ui-state-highlight').find('p').html('Dropped!');
}
});
-
+
});
</script>
</head>