Bug 369053 className is a property, not an attribute

r=ajschult sr=neil


git-svn-id: svn://10.0.0.236/trunk@219461 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cst%yecc.com 2007-02-03 21:11:41 +00:00
parent ad47eeb06b
commit 1524f1a475

View File

@ -2074,7 +2074,7 @@
var t = document.createElementNS("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul", "tab");
t.setAttribute("label", this.mStringBundle.getString("tabs.untitled"));
t.setAttribute("crop", "end");
t.setAttribute("className", "tabbrowser-tab");
t.className = "tabbrowser-tab";
t.setAttribute("maxwidth", 250);
t.setAttribute("minwidth", 30);
t.setAttribute("width", 0);