n/a
Details
Details
- Reviewers
epriestley - Commits
- Restricted Diffusion Commit
rP125b8dad7bb5: Don't show description box in Pholio when there isnt one
Added title and description to 1 of 2 mocks, toggled left and right, saw correct CSS.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- no-descript
- Lint
Lint Warnings Severity Location Code Message Warning webroot/rsrc/js/application/pholio/behavior-pholio-mock-view.js:662 W004 JSHintW004 - Unit
No Test Coverage - Build Status
Buildable 1150 Build 1150: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
JSHint would like var x to appear only once in a function, instead of in each branch:
var x; if (y) { x = a; } else { x = b; }