Skip to content

Commit

Permalink
Merge pull request googleads#207 from shawnbuso/master
Browse files Browse the repository at this point in the history
Fixed googleads#206 - typo in test.
  • Loading branch information
shawnbuso committed Apr 4, 2016
2 parents a9f2b91 + 5c85520 commit 2f546ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/videojs.ima.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ test('video continues after ad was skipped', function() {
//addEventListener only works when the adManager is available, thus using it in the ready-callback
var readyForPrerollCallback = function() {
player.ima.addEventListener(google.ima.AdEvent.Type.SKIPPABLE_STATE_CHANGED, function() {
var adManger = this;
var adManager = this;
adManager.skip();
})
//we overwrote the normal ready-callback, thus calling start now
Expand Down

0 comments on commit 2f546ea

Please sign in to comment.