From ae80a91882216144f43d0863dcf43ea2100035d6 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Sat, 20 Sep 2008 02:04:10 +0000 Subject: removed leading semicolon ; - only effects.core.js and ui.core.js get it --- ui/effects.highlight.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/effects.highlight.js b/ui/effects.highlight.js index c55a422b9..4f0c814b4 100644 --- a/ui/effects.highlight.js +++ b/ui/effects.highlight.js @@ -10,7 +10,7 @@ * Depends: * effects.core.js */ -;(function($) { +(function($) { $.effects.highlight = function(o) { -- cgit v1.2.3