Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5

This commit is contained in:
Chris Morgan
2005-12-07 03:37:36 +00:00
committed by WineHQ
parent 369b40b046
commit 8786179180
175 changed files with 2371 additions and 1919 deletions

View File

@@ -44,7 +44,7 @@ function HtmlTidy(editor) {
for (var i in toolbar) {
cfg.toolbar[0].push(toolbar[i]);
}
};
}
HtmlTidy._pluginInfo = {
name : "HtmlTidy",
@@ -58,7 +58,7 @@ HtmlTidy._pluginInfo = {
HtmlTidy.prototype._lc = function(string) {
return HTMLArea._lc(string, 'HtmlTidy');
}
};
HtmlTidy.prototype.__onSelect = function(editor, obj) {
// Get the toolbar element object
@@ -102,4 +102,4 @@ HtmlTidy.prototype.buttonPress = function(editor, id) {
HtmlTidy.prototype.processTidied = function(newSrc) {
editor = this.editor;
editor.setHTML(newSrc);
};
};