Update types.

This commit is contained in:
Kevin Schaaf
2018-10-31 16:32:23 -07:00
parent 620ae42ed7
commit fb5a7e32b8
2 changed files with 0 additions and 12 deletions
-4
View File
@@ -886,10 +886,6 @@ Polymer_ElementMixin._finalizeClass = function(){};
*/
Polymer_ElementMixin.createObservers = function(observers, dynamicFns){};
/**
* @return {!HTMLTemplateElement}
*/
Polymer_ElementMixin._getTemplateFromDomModule = function(){};
/**
* @param {string} cssText Text containing styling to process
* @param {string} baseURI Base URI to rebase CSS paths against
* @return {string}
-8
View File
@@ -113,14 +113,6 @@ declare namespace Polymer {
*/
createObservers(observers: object|null, dynamicFns: object|null): void;
/**
* Look up template from dom-module for element
*
* @returns Template found in dom module, or
* undefined if not found
*/
_getTemplateFromDomModule(): HTMLTemplateElement;
/**
* Gather style text for a style element in the template.
*