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