Actually fix b199819

This commit is contained in:
ben@bengoodger.com 2007-08-21 21:59:12 -07:00
parent 5fea6376f7
commit de36b900d4

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);