Separator support.

git-svn-id: svn://10.0.0.236/trunk@126943 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
2002-08-10 02:17:32 +00:00
parent a7a5d6b1be
commit d251c5851f

View File

@@ -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;
}