From 5b4d2cdab4264d2e9b51be959b1a42a6af631107 Mon Sep 17 00:00:00 2001 From: hdeodhar <35999856+hdeodhar@users.noreply.github.com> Date: Tue, 3 Sep 2019 13:59:28 +0100 Subject: [PATCH 1/2] added missing comma --- modules/rubiconBidAdapter.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/rubiconBidAdapter.js b/modules/rubiconBidAdapter.js index d8b101b6318..9e79f62eb51 100644 --- a/modules/rubiconBidAdapter.js +++ b/modules/rubiconBidAdapter.js @@ -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); From cb33105fddf1d4904497350b3747b147a82effc8 Mon Sep 17 00:00:00 2001 From: bretg Date: Tue, 3 Sep 2019 11:08:54 -0400 Subject: [PATCH 2/2] fixing syntax error --- modules/rubiconBidAdapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rubiconBidAdapter.js b/modules/rubiconBidAdapter.js index 9e79f62eb51..5193efb6358 100644 --- a/modules/rubiconBidAdapter.js +++ b/modules/rubiconBidAdapter.js @@ -96,7 +96,7 @@ var sizeMap = { 257: '400x600', 264: '970x1000', 265: '1920x1080', - 278: '320x500' + 278: '320x500', 288: '640x380' }; utils._each(sizeMap, (item, key) => sizeMap[item] = key);