Skip to content

Commit

Permalink
removed leading semicolon ; - only effects.core.js and ui.core.js get it
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Sep 20, 2008
1 parent ca5c0ca commit ae80a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/effects.highlight.js
Expand Up @@ -10,7 +10,7 @@
* Depends:
* effects.core.js
*/
;(function($) {
(function($) {

$.effects.highlight = function(o) {

Expand Down

0 comments on commit ae80a91

Please sign in to comment.