Bug 1534028 - Remove MOZ_OMNIJAR defines and checks from suite. r=IanN
<?xml version="1.0" encoding="UTF-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<bindings id="overlay-bindings" xmlns="http://www.mozilla.org/xbl">
<binding id="overlayTrigger">
<implementation>
<constructor><![CDATA[
this.dispatchEvent(new CustomEvent("bindingattached", { bubbles: false }));
]]></constructor>
</implementation>
</binding>
</bindings>