Bug 532722 - Use AddonOptionsLoad event to update Weave options

Make the weave add-on guid available as a constant and watch for AddonOptionsLoad with the matching addonID.
This commit is contained in:
Edward Lee 2009-12-03 12:14:56 -08:00
parent 2008fc3a0d
commit 88aab17b7b

View File

@ -38,6 +38,7 @@
let EXPORTED_SYMBOLS = [((this[key] = val), key) for ([key, val] in Iterator({
WEAVE_VERSION: "@weave_version@",
WEAVE_ID: "@weave_id@",
// Last client version this client can read. If the server contains an older
// version, this client will wipe the data on the server first.