File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -886,10 +886,6 @@ Polymer_ElementMixin._finalizeClass = function(){};
886886*/
887887Polymer_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 }
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments