Skip to content

Commit

Permalink
Update externs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Dec 20, 2019
1 parent 3c128fa commit 41df9a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion externs/webcomponents-externs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @fileoverview Externs for webcomponents polyfills
* @externs
* @suppress {duplicate}
*
* @license
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
Expand All @@ -15,11 +16,12 @@
var HTMLImports = {};

/**
* @param {function()} callback
* @param {function()=} callback
*/
HTMLImports.whenReady = function(callback) {};

/**
* Returns the import document containing the element.
* @param {!Node} element
* @return {?HTMLLinkElement|?Document|undefined}
*/
Expand Down

0 comments on commit 41df9a5

Please sign in to comment.