From: Rick Waldron Date: Wed, 3 Apr 2013 17:01:49 +0000 (-0400) Subject: Removes unnecessary semi-colon concatenation X-Git-Tag: 2.0.0-beta3~34 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9eb838e4189c7afbd187b4663923d97a608811ef;p=jquery.git Removes unnecessary semi-colon concatenation Signed-off-by: Rick Waldron --- diff --git a/src/core.js b/src/core.js index e37627459..e8a3e0cd2 100644 --- a/src/core.js +++ b/src/core.js @@ -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