diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-10-26 16:46:27 -0400 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 17:33:23 +0200 |
commit | 4a7af0d90fd6521047fb57c37be455b1e8887e79 (patch) | |
tree | 148486650ecac3dfd74c7da2d68714c86aa46dd8 /devtools | |
parent | 0f52679d2e0445503869382943076d7733b56522 (diff) | |
download | uxp-4a7af0d90fd6521047fb57c37be455b1e8887e79.tar.gz |
Issue #1835 - Part 2: Remove config and most mentions of XULRunner
Resolves #1835
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/shared/system.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devtools/shared/system.js b/devtools/shared/system.js index ae46016e7e..75f5ae0c17 100644 --- a/devtools/shared/system.js +++ b/devtools/shared/system.js @@ -110,8 +110,7 @@ function* getSystemInfo() { // The application's version, for example "0.8.0+" or "3.7a1pre". // Typically, the version of Firefox, for example. - // It is different than the version of Gecko or the XULRunner platform. - // On B2G, this is the Gaia version. + // It is different than the version of the platform. version, // The application's build ID/date, for example "2004051604". |