mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Removes unnecessary semi-colon concatenation
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
parent
feea9394b7
commit
9eb838e418
@ -519,7 +519,7 @@ jQuery.extend({
|
||||
var script,
|
||||
indirect = eval;
|
||||
|
||||
code = jQuery.trim( code ) + ";";
|
||||
code = jQuery.trim( code );
|
||||
|
||||
if ( code ) {
|
||||
// If the code includes a valid, prologue position
|
||||
|
Loading…
Reference in New Issue
Block a user