Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unused variable removed #1800

Merged
merged 28 commits into from
Nov 3, 2017
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c775f65
init commit realvuAnalyticsAdapter.js
tchibirev Aug 29, 2017
b65e020
Merge branch 'rvaa'
tchibirev Aug 29, 2017
4cdb383
realvuBidAdapter.js initial commit
tchibirev Aug 30, 2017
3806507
realvuBidAdapter fixed for latest version
tchibirev Aug 31, 2017
94aed8f
Merge remote-tracking branch 'upstream/master'
tchibirev Aug 31, 2017
e6cc8ba
realvuBidAdapter unit_id:bid.code
tchibirev Aug 31, 2017
08d0162
Merge branch 'master' of https://github.com/tchibirev/Prebid.js
Sep 1, 2017
975df01
tabs and spaces
Sep 5, 2017
c8cc17f
Merge remote-tracking branch 'upstream/master'
Sep 5, 2017
1d9b120
test implemented
Sep 7, 2017
e3d099c
postpone analytics
Sep 7, 2017
af90c50
Merge remote-tracking branch 'upstream/master'
Sep 7, 2017
185856f
try-catch for top
tchibirev Sep 14, 2017
5032ebf
Merge remote-tracking branch 'upstream/master'
tchibirev Sep 14, 2017
c021a4e
Merge remote-tracking branch 'upstream/master'
Sep 25, 2017
9c02629
Merge branch 'master' of https://github.com/tchibirev/Prebid.js
Sep 29, 2017
d6f473b
Merge remote-tracking branch 'upstream/master'
Sep 29, 2017
98b2ef1
appnexusBidAdapter inline
Sep 29, 2017
89e7c70
var replaced with const in require statements
Oct 9, 2017
571cb4f
Merge remote-tracking branch 'upstream/master'
Oct 16, 2017
4d2374f
unwanted code removed, test fixed
Oct 16, 2017
4b30b35
Merge remote-tracking branch 'upstream/master'
Oct 17, 2017
1e0c403
lint and test-coverage fix
Oct 17, 2017
a316cfc
lint fix
Oct 17, 2017
b55d6a6
unused variable removed
Nov 3, 2017
391c9e0
Merge branch 'master' into master
tchibirev Nov 3, 2017
d1bfaaf
merge conflict resolved
Nov 3, 2017
1b64e61
Merge remote-tracking branch 'origin/master'
Nov 3, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion modules/realvuBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ var RealVuAdapter = function RealVuAdapter() {
var pbids = params.bids;
var boost_back = function() {
var top1 = window;
realvu_frm = 0;
try {
var wnd = window;
while ((top1 != top) && (typeof (wnd.document) != 'undefined')) {
Expand Down