mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-27 17:58:38 +09:00
11 lines
328 B
Text
11 lines
328 B
Text
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/licenses/publicdomain/
|
|
-->
|
|
<bindings xmlns="http://www.mozilla.org/xbl">
|
|
<binding id="insertPaintClient">
|
|
<content>
|
|
<div xmlns="http://www.w3.org/1999/xhtml" class="paintClient"></div>
|
|
</content>
|
|
</binding>
|
|
</bindings>
|