Ticket #3298: 3298_2.patch
File 3298_2.patch, 363 bytes (added by , 14 years ago) |
---|
-
_source/plugins/stylescombo/plugin.js
227 227 228 228 if ( stylesSet ) 229 229 { 230 callback( stylesSet s);230 callback( stylesSet ); 231 231 return ; 232 232 } 233 233