Skip to content

Commit c135fc1

Browse files
committed
Accordion demo: Cleanup.
1 parent dec9c54 commit c135fc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demos/accordion/hoverintent.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
@@ -11,11 +11,11 @@
1111
<link rel="stylesheet" href="../demos.css">
1212
<script>
1313
$(function() {
14-
$("#accordion").accordion({
14+
$( "#accordion" ).accordion({
1515
event: "click hoverintent"
1616
});
1717
});
18-
18+
1919
var cfg = ($.hoverintent = {
2020
sensitivity: 7,
2121
interval: 100
@@ -33,7 +33,7 @@
3333
args = arguments,
3434
target = $( event.target ),
3535
cX, cY, pX, pY;
36-
36+
3737
function track( event ) {
3838
cX = event.pageX;
3939
cY = event.pageY;

0 commit comments

Comments
 (0)