mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fixed #753 in Opera and IE
This commit is contained in:
4
src/jquery/jquery.js
vendored
4
src/jquery/jquery.js
vendored
@@ -1390,8 +1390,8 @@ jQuery.extend({
|
||||
r.push( arg.nodeType ? arg : document.createTextNode(arg.toString()) );
|
||||
}
|
||||
|
||||
return r;
|
||||
},
|
||||
return r;
|
||||
},
|
||||
|
||||
parseSetter: function(value) {
|
||||
if( typeof value == "string" && value.charAt(0) == "$" ) {
|
||||
|
||||
Reference in New Issue
Block a user