Skip to content

fix(app-config): Use parentheses to fix string concat in config#469

Merged
DaftMonk merged 1 commit into
angular-fullstack:canaryfrom
kingcody:fix/order-of-operations
Aug 23, 2014
Merged

fix(app-config): Use parentheses to fix string concat in config#469
DaftMonk merged 1 commit into
angular-fullstack:canaryfrom
kingcody:fix/order-of-operations

Conversation

@kingcody

Copy link
Copy Markdown
Member

Changes:

  • wrap process.env.DOMAIN || '' in parentheses to correct the order of the OR operator and string concat

Closes #466

@kingcody

Copy link
Copy Markdown
Member Author

Wow, I really gotta remember: No : in commit scope.

Changes:
- wrap `process.env.DOMAIN || ''` in parentheses to correct the order of the OR operator and string concat

Closes angular-fullstack#466
@kingcody kingcody force-pushed the fix/order-of-operations branch from 6ef87bf to c6a50ce Compare August 21, 2014 19:50
@kingcody kingcody changed the title fix(app:config): Use parentheses to fix string concat in config fix(app-config): Use parentheses to fix string concat in config Aug 21, 2014
DaftMonk added a commit that referenced this pull request Aug 23, 2014
fix(app-config): Use parentheses to fix string concat in config
@DaftMonk DaftMonk merged commit 6079484 into angular-fullstack:canary Aug 23, 2014
@kingcody kingcody deleted the fix/order-of-operations branch August 24, 2014 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants