mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
21 lines
298 B
XML
21 lines
298 B
XML
<bindings xmlns="http://www.mozilla.org/xbl">
|
|
|
|
<binding id="a">
|
|
<implementation>
|
|
<constructor>
|
|
this.style.position='fixed';
|
|
</constructor>
|
|
</implementation>
|
|
<content>
|
|
<children/>
|
|
</content>
|
|
</binding>
|
|
|
|
<binding id="b">
|
|
<content>
|
|
<children/>
|
|
</content>
|
|
</binding>
|
|
|
|
</bindings>
|