Ticket #5854: 5854.2.patch
File 5854.2.patch, 493 bytes (added by , 14 years ago) |
---|
-
_source/plugins/scayt/plugin.js
250 250 return element; 251 251 } 252 252 } 253 }, 254 attributes : 255 { 256 'class' : function( value, element ) 257 { 258 return value.replace( /(scayt-enabled)|(scayt-disabled)/, '' ) || false; 259 } 253 260 } 254 261 } 255 262 );