Skip to content

Commit fb5a7e3

Browse files
committed
Update types.
1 parent 620ae42 commit fb5a7e3

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

externs/closure-types.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -886,10 +886,6 @@ Polymer_ElementMixin._finalizeClass = function(){};
886886
*/
887887
Polymer_ElementMixin.createObservers = function(observers, dynamicFns){};
888888
/**
889-
* @return {!HTMLTemplateElement}
890-
*/
891-
Polymer_ElementMixin._getTemplateFromDomModule = function(){};
892-
/**
893889
* @param {string} cssText Text containing styling to process
894890
* @param {string} baseURI Base URI to rebase CSS paths against
895891
* @return {string}

types/lib/mixins/element-mixin.d.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,6 @@ declare namespace Polymer {
113113
*/
114114
createObservers(observers: object|null, dynamicFns: object|null): void;
115115

116-
/**
117-
* Look up template from dom-module for element
118-
*
119-
* @returns Template found in dom module, or
120-
* undefined if not found
121-
*/
122-
_getTemplateFromDomModule(): HTMLTemplateElement;
123-
124116
/**
125117
* Gather style text for a style element in the template.
126118
*

0 commit comments

Comments
 (0)