Skip to content

Commit

Permalink
Fix this keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosm1005 committed Sep 27, 2022
1 parent 2ce6c91 commit c2fd0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ module.exports = {
*/
getFormattedAppName: function( preferences ) {
var appName = preferences[ PreferenceNames.OsApplicationShortName ] || this.getApplicationName();
if ( Utilities.compareStrings( preferences[ PreferenceNames.OsAddEnvironmentSuffixToName ], "true" ) ) {
if ( this.compareStrings( preferences[ PreferenceNames.OsAddEnvironmentSuffixToName ], "true" ) ) {
var suffix = "";
var appIdentifier = this.getApplicationId();
if ( this.compareStrings( preferences[ PreferenceNames.OsAppIdentifierDevelopment ], appIdentifier ) ) {
Expand Down

0 comments on commit c2fd0cb

Please sign in to comment.