Accordion demo: Cleanup.

This commit is contained in:
Scott González 2012-08-31 08:57:59 -04:00
parent dec9c54632
commit c135fc18a3

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@ -11,7 +11,7 @@
<link rel="stylesheet" href="../demos.css">
<script>
$(function() {
$("#accordion").accordion({
$( "#accordion" ).accordion({
event: "click hoverintent"
});
});