mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
a89135165e
when this made it onto the trunk.
8 lines
239 B
JavaScript
8 lines
239 B
JavaScript
/*
|
|
Default pref values for the PalmSync Extension
|
|
*/
|
|
|
|
// global pref used to keep track of whether we have run PalmSyncInstall.exe
|
|
// for the current installation of the extension.
|
|
pref("extensions.palmsync.conduitRegistered", false);
|