Side navigation
Ticket #4460: jquery-nightly.patch
File jquery-nightly.patch, 0.3 KB (added by ThomasCr, March 31, 2009 02:04PM UTC)
--- jquery.js 2009-03-31 15:55:56.000000000 +0200
+++ jquery-nightly.js 2009-03-31 15:53:50.000000000 +0200
@@ -3212,7 +3212,7 @@
});
if ( set )
- try {style[ name ] = value;} catch(e) {}
+ style[ name ] = value;
return style[ name ];
},
Download in other formats:
Original Format
File jquery-nightly.patch, 0.3 KB (added by ThomasCr, March 31, 2009 02:04PM UTC)
--- jquery.js 2009-03-31 15:55:56.000000000 +0200
+++ jquery-nightly.js 2009-03-31 15:53:50.000000000 +0200
@@ -3212,7 +3212,7 @@
});
if ( set )
- try {style[ name ] = value;} catch(e) {}
+ style[ name ] = value;
return style[ name ];
},