summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/addons/test_bug567184/bootstrap.js
blob: 09c0835320afb72674d260dc9a7cca3926fe34a0 (plain)
1
2
3
4
5
6
7
function install(data, reason) { }

function startup(data, reason) { }

function shutdown(data, reason) { }

function uninstall(data, reason) {}