gecko-dev/browser/extensions/webcompat/bootstrap.js
Robert Helmer abf12a6c03 Bug 1303514 - correct comments and simplify test messages in webcompat system add-on r=MattN
MozReview-Commit-ID: 44EJFGhdWEn

--HG--
rename : browser/extensions/webcompat/test/browser.ini => browser/extensions/webcompat/test/browser/browser.ini
rename : browser/extensions/webcompat/test/browser_webcompat_stub_check.js => browser/extensions/webcompat/test/browser/browser_check_installed.js
extra : rebase_source : bcb57eeedab4d13abd5a6209717a7da67aa24853
2016-09-17 00:43:17 -07:00

10 lines
311 B
JavaScript

/* 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/. */
"use strict";
function startup() {}
function shutdown() {}
function install() {}
function uninstall() {}