102626 - can't switch views in inspector, r=blake, sr=hyatt

git-svn-id: svn://10.0.0.236/trunk@104357 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hewitt%netscape.com 2001-10-01 23:57:40 +00:00
parent 74e3cc8650
commit 51c80eea8f

View File

@ -488,7 +488,7 @@
<method name="fillViewerList">
<body><![CDATA[
this.mListEl.pViewer = this;
this.mListEl.setAttribute("oncommand", "this.pViewer.onViewerListCommand(event.target)");
this.mListEl.setAttribute("oncommand", "this.pViewer.onViewerListCommand(event.originalTarget)");
var mpp = document.createElement("menupopup");
this.mListEl.appendChild(mpp);