Fixed #753 in Opera and IE

This commit is contained in:
Jörn Zaefferer
2007-01-07 23:19:13 +00:00
parent cb0250f1fa
commit e50014d47e

View File

@@ -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) == "$" ) {