From 8d97c6a6991acf92cc5ecfe61ead6d5b5ee609d0 Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 29 Dec 2008 02:10:15 +0000 Subject: Demos: Added missing semicolon. --- demos/accordion/default.html | 2 +- demos/accordion/fillspace.html | 2 +- demos/accordion/mouseover.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'demos/accordion') diff --git a/demos/accordion/default.html b/demos/accordion/default.html index 2c1306d7f..4165b2849 100644 --- a/demos/accordion/default.html +++ b/demos/accordion/default.html @@ -12,7 +12,7 @@ $("#accordion").accordion({ header: "h3" }); - }) + }); diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html index a96e6392b..4836de956 100644 --- a/demos/accordion/fillspace.html +++ b/demos/accordion/fillspace.html @@ -14,7 +14,7 @@ header: "h3", fillSpace: true }); - }) + }); diff --git a/demos/accordion/mouseover.html b/demos/accordion/mouseover.html index a36a49e42..6ebcf0eb9 100644 --- a/demos/accordion/mouseover.html +++ b/demos/accordion/mouseover.html @@ -13,7 +13,7 @@ event: "mouseover", header: "h3" }); - }) + }); -- cgit v1.2.3