Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure width and height are integers (#3674)
* Ensure width and height are integers Some bidders (like OpenX) return bid responses with width and height as strings. Let's follow the docs and ensure that they indeed are integers, avoiding some strict comparison surprises. * lint * typo * Update bidderFactory.js * Update bidderFactory.js * Update bidderFactory.js
- Loading branch information