Bug 1304829 - rename RELEASE_BUILD to RELEASE_OR_BETA: main part. r=ted,Mossop
MozReview-Commit-ID: 1lCt0xTMV5O
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user