Skip to content

Commit

Permalink
Add Missing Variable In Externs
Browse files Browse the repository at this point in the history
When testing the newer version of closure, it found a missing
variable declaration in our externs.

Change-Id: Ic29fe37a170a947b06c8fc3b44772a651308b01f
  • Loading branch information
vaage committed Dec 22, 2017
1 parent 624ab03 commit 1d7ea34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions externs/chromecast.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ cast.__platform__;
cast.__platform__.canDisplayType = function(type) {};


/** @const */
var chrome = {};


/** @const */
chrome.cast = {};

Expand Down

0 comments on commit 1d7ea34

Please sign in to comment.