Bug 1304829 - rename RELEASE_BUILD to RELEASE_OR_BETA: main part. r=ted,Mossop

MozReview-Commit-ID: 1lCt0xTMV5O
This commit is contained in:
Sebastian Hengst
2016-10-08 11:14:49 +02:00
parent f3a870685c
commit faa4e03c25
79 changed files with 163 additions and 166 deletions

View File

@@ -25,7 +25,7 @@ const PROTOCOL_VERSION = 1;
function RokuApp(service) {
this.service = service;
this.resourceURL = this.service.location;
this.app = AppConstants.RELEASE_BUILD ? "Firefox" : "Firefox Nightly";
this.app = AppConstants.RELEASE_OR_BETA ? "Firefox" : "Firefox Nightly";
this.mediaAppID = -1;
}