removed leading semicolon ; - only effects.core.js and ui.core.js get it

This commit is contained in:
Richard Worth
2008-09-20 02:04:10 +00:00
parent ca5c0ca9e9
commit ae80a91882

View File

@@ -10,7 +10,7 @@
* Depends:
* effects.core.js
*/
;(function($) {
(function($) {
$.effects.highlight = function(o) {