mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 07:31:32 +00:00
15 lines
395 B
Plaintext
15 lines
395 B
Plaintext
<bindings xmlns="http://www.mozilla.org/xbl"
|
|
xmlns:xbl="http://www.mozilla.org/xbl"
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
|
<binding id="test">
|
|
<content>
|
|
<children/>
|
|
Binding Attached
|
|
</content>
|
|
<implementation>
|
|
<property name="xblBoundProperty" onget="return 1;"
|
|
exposeToUntrustedContent="true"/>
|
|
</implementation>
|
|
</binding>
|
|
</bindings>
|