mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
79513278d9
--HG-- extra : rebase_source : 6ef8c8ffcf8d9df0f6f9a0cdadd45f12564d7e37
14 lines
349 B
Plaintext
14 lines
349 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;"/>
|
|
</implementation>
|
|
</binding>
|
|
</bindings>
|