summaryrefslogtreecommitdiff
path: root/components/urlformatter/nsURLFormatter.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/urlformatter/nsURLFormatter.js')
-rw-r--r--components/urlformatter/nsURLFormatter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/urlformatter/nsURLFormatter.js b/components/urlformatter/nsURLFormatter.js
index 8bb68bc45..8a199e808 100644
--- a/components/urlformatter/nsURLFormatter.js
+++ b/components/urlformatter/nsURLFormatter.js
@@ -97,7 +97,7 @@ nsURLFormatterService.prototype = {
VERSION: function() { return this.appInfo.version; },
MAJOR_VERSION: function() { return this.appInfo.version.replace(/^([^\.]+\.[0-9]+[a-z]*).*/gi, "$1"); },
APPBUILDID: function() { return this.appInfo.appBuildID; },
- PLATFORMVERSION: function() { return this.appInfo.platformVersion; },
+ PLATFORMVERSION: function() { return this.appInfo.runtimeVersion; },
PLATFORMBUILDID: function() { return this.appInfo.platformBuildID; },
APP: function() { return this.appInfo.name.toLowerCase().replace(/ /, ""); },
OS: function() { return this.appInfo.OS; },