mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 16:07:58 -05:00
removed leading semicolon ; - only effects.core.js and ui.core.js get it
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* Depends:
|
||||
* effects.core.js
|
||||
*/
|
||||
;(function($) {
|
||||
(function($) {
|
||||
|
||||
$.effects.highlight = function(o) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user