mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
10 lines
247 B
XML
10 lines
247 B
XML
|
<bindings xmlns="http://www.mozilla.org/xbl">
|
||
|
<binding id="a">
|
||
|
<implementation>
|
||
|
<constructor>
|
||
|
window.frameElement.parentNode.removeChild(window.frameElement);
|
||
|
</constructor>
|
||
|
</implementation>
|
||
|
<content><children/></content>
|
||
|
</binding>
|
||
|
</bindings>
|