Actually fix b199819

git-svn-id: svn://10.0.0.236/trunk@232599 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%bengoodger.com 2007-08-22 04:59:12 +00:00
parent db679012e2
commit 0383492a29

View File

@ -679,6 +679,7 @@
b.setAttribute("contextmenu", this.getAttribute("contentcontextmenu"));
b.setAttribute("tooltip", this.getAttribute("contenttooltip"));
b.setAttribute("autocompletepopup", this.getAttribute("autocompletepopup"));
b.setAttribute("autocompleteenabled", this.getAttribute("autocompleteenabled"));
this.mPanelContainer.appendChild(b);