Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5
This commit is contained in:
@@ -26,7 +26,7 @@ function SpellChecker(editor) {
|
||||
});
|
||||
|
||||
cfg.addToolbarElement("SC-spell-check", "htmlmode", 1);
|
||||
};
|
||||
}
|
||||
|
||||
SpellChecker._pluginInfo = {
|
||||
name : "SpellChecker",
|
||||
@@ -41,7 +41,7 @@ SpellChecker._pluginInfo = {
|
||||
|
||||
SpellChecker.prototype._lc = function(string) {
|
||||
return HTMLArea._lc(string, 'SpellChecker');
|
||||
}
|
||||
};
|
||||
|
||||
SpellChecker.btnList = [
|
||||
null, // separator
|
||||
@@ -70,4 +70,4 @@ SpellChecker.prototype.buttonPress = function(editor, id) {
|
||||
};
|
||||
|
||||
// this needs to be global, it's accessed from spell-check-ui.html
|
||||
SpellChecker.editor = null;
|
||||
SpellChecker.editor = null;
|
||||
Reference in New Issue
Block a user