mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
// main
|
|
|
|
var err;
|
|
|
|
err = initInstall("Quality Feedback Agent", "Quality Feedback Agent", "6.5.0.2001012623");
|
|
logComment("Talkback place holder .xpi for the real thing.");
|
|
cancelInstall(err);
|
|
|
|
// end main
|