syncContainer
Path: rsConf.general.syncContainer
Default: ‘default’ (font in IE and rs:span in other browsers)
Description: Sets the type of element the sync tags will use. By default <font> is used in Interner Explorer and <rs:span> in other browsers.
Example:
window.rsConf = {
general: {
syncContainer: ‘default’
}
};