Separator support.
git-svn-id: svn://10.0.0.236/trunk@126943 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
if (item.localName == "separator") {
|
||||
var sep = document.createElementNS("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul",
|
||||
"toolbarseparator");
|
||||
sep.id = "separator";
|
||||
this.insertBefore(sep, this.afterPalette);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user