-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various Files: Fix LGTM trailing semi-colon (#8830)
* Update showheroes-bsBidAdapter.js * Update adyoulikeBidAdapter.js * Update sonobiBidAdapter.js * Update mediakeysBidAdapter.js * Update revcontentBidAdapter.js * Update vidazooBidAdapter.js * Update tpmnBidAdapter.js * Update yandexBidAdapter.js * Update yieldoneBidAdapter.js * Update karma.conf.maker.js * Update trustpidSystem.js * Update iqmBidAdapter.js * Update yieldmoBidAdapter.js * Update tappxBidAdapter.js * Update e_volutionBidAdapter.js * Update adrelevantisBidAdapter.js * Update goldbachBidAdapter.js * Update Renderer.js * Update priceFloors.js * Update bizzclickBidAdapter.js * Update nobidBidAdapter.js * Update openxBidAdapter.js * Update yahoosspBidAdapter.js * Update rtbhouseBidAdapter.js * Update admixerBidAdapter.js * Update gamoshiBidAdapter.js * Update pubxaiAnalyticsAdapter.js * Update impactifyBidAdapter.js * Update pubwiseAnalyticsAdapter.js * Update sizeMappingV2.js * Update pubwiseBidAdapter.js * Update theAdxBidAdapter.js * Update staqAnalyticsAdapter.js * Update adtelligentBidAdapter.js * Update novatiqIdSystem.js * Update cwireBidAdapter.js * Update datablocksBidAdapter.js * Update gothamadsBidAdapter.js * Update krushmediaBidAdapter.js * Update vidoomyBidAdapter.js * Update adtrueBidAdapter.js * Update userSync.js * Update targetVideoBidAdapter.js * Update open8BidAdapter.js * Update gumgumBidAdapter.js * Update mgidBidAdapter.js * Update inskinBidAdapter.js * Update adxpremiumAnalyticsAdapter.js * Update emx_digitalBidAdapter.js * Update betweenBidAdapter.js * Update pixfutureBidAdapter.js * Update winrBidAdapter.js * Update luponmediaBidAdapter.js * Update interactiveOffersBidAdapter.js * Update intentIqIdSystem.js * Update lkqdBidAdapter.js * Update loganBidAdapter.js * Update dfpAdServerVideo.js * Update targeting.js * Update livewrappedAnalyticsAdapter.js * Update adnowBidAdapter.js * Update cleanmedianetBidAdapter.js * Update sonobiAnalyticsAdapter.js * Update apstreamBidAdapter.js * Update quantcastIdSystem.js * Update prebidmanagerAnalyticsAdapter.js * Update brightMountainMediaBidAdapter.js * Update dgkeywordRtdProvider.js * Update h12mediaBidAdapter.js * Update permutiveRtdProvider_example.html * Update dspxBidAdapter.js * Update radsBidAdapter.js * Update id5AnalyticsAdapter.js * Update richaudienceBidAdapter.js * Update cpmstarBidAdapter.js * Update vdoaiBidAdapter.js * Update smaatoBidAdapter.js * Update adtargetBidAdapter.js * Update openwebBidAdapter.js * Update malltvBidAdapter.js * Update gjirafaBidAdapter.js * Update integr8BidAdapter.js * Update fabrickIdSystem.js * Update sizeMapping.js * Update adpod.js * Update adriverBidAdapter.js * Update trionBidAdapter.js * Update ebdrBidAdapter.js * Update getintentBidAdapter.js * Update pubxBidAdapter.js * Update schain.js * Update underdogmediaBidAdapter.js * Update bidfactory.js * eslint: update semi-colon rule Missing semi-colons will now cause an error. * Update .eslintrc.js
- Loading branch information
1 parent
6b0021c
commit 6e36e36
Showing
93 changed files
with
141 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
} | ||
} | ||
|
||
setLocalStorageData() | ||
setLocalStorageData(); | ||
|
||
var div_1_sizes = [ | ||
[300, 250], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -303,5 +303,5 @@ export const spec = { | |
|
||
return bidResponses; | ||
}, | ||
} | ||
}; | ||
registerBidder(spec); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.