Skip to content

Commit

Permalink
Revert "[PBW-4148] Deprecate VTC ready parameter"
Browse files Browse the repository at this point in the history
This reverts commit f399c8a.
  • Loading branch information
Angie Israni committed Mar 24, 2016
1 parent 180f787 commit 85de9e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/google_ima.js
Original file line number Diff line number Diff line change
Expand Up @@ -1819,6 +1819,9 @@ require("../html5-common/js/utils/utils.js");
this.features = [OO.VIDEO.FEATURE.VIDEO_OBJECT_SHARING_TAKE];
this.technology = OO.VIDEO.TECHNOLOGY.HTML5;

// This module defaults to ready because no setup or external loading is required
this.ready = true;

/**
* Creates a video player instance using GoogleIMAVideoWrapper.
* @public
Expand Down Expand Up @@ -1865,6 +1868,7 @@ require("../html5-common/js/utils/utils.js");
*/
this.destroy = function()
{
this.ready = false;
this.encodings = [];
this.create = function() {};
this.createFromExisting = function() {};
Expand Down

0 comments on commit 85de9e4

Please sign in to comment.