Skip to content

Commit

Permalink
Rubicon adapter: added sizes (prebid#4147)
Browse files Browse the repository at this point in the history
* added missing comma

* fixing syntax error
  • Loading branch information
hdeodhar authored and sa1omon committed Nov 28, 2019
1 parent 824040b commit a7f9409
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ var sizeMap = {
229: '320x180',
232: '580x400',
257: '400x600',
264: '970x1000',
265: '1920x1080',
278: '320x500',
288: '640x380'
};
utils._each(sizeMap, (item, key) => sizeMap[item] = key);
Expand Down

0 comments on commit a7f9409

Please sign in to comment.