mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
added missing semicolon
This commit is contained in:
parent
5b6323d0a3
commit
de7d22a02e
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* jQuery UI Effects @VERSION
|
||||
*
|
||||
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
|
||||
@ -227,7 +227,7 @@ function getRGB(color) {
|
||||
|
||||
// Look for rgba(0, 0, 0, 0) == transparent in Safari 3
|
||||
if (result = /rgba\(0, 0, 0, 0\)/.exec(color))
|
||||
return colors['transparent']
|
||||
return colors['transparent'];
|
||||
|
||||
// Otherwise, we're most likely dealing with a named color
|
||||
return colors[jQuery.trim(color).toLowerCase()];
|
||||
|
Loading…
Reference in New Issue
Block a user