Bug 632433 Fix for "An error occurred - attempt to run compile-and-go script on a cleared scope" r=IanN a=beltzner NPOTB

DONTBUILD
This commit is contained in:
Neil Rashbrook 2011-02-24 20:01:13 +00:00
parent 2f3d0b881d
commit cf81e1529e

View File

@ -1483,6 +1483,11 @@
this.initialize();
]]></constructor>
<destructor><![CDATA[
if (this.view)
this.tree.view = null;
]]></destructor>
<field name="textbox">
document.getBindingParent(this);
</field>