mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Update externs.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/**
|
||||
* @fileoverview Externs for webcomponents polyfills
|
||||
* @externs
|
||||
* @suppress {duplicate}
|
||||
*
|
||||
* @license
|
||||
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
||||
@@ -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}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user