mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Restore some externs.
This commit is contained in:
@@ -260,9 +260,9 @@ Polymer_TemplateStamp.prototype._removeEventListenerFromNode = function(node, ev
|
||||
*/
|
||||
Polymer_TemplateStamp._parseTemplate = function(template, outerTemplateInfo){};
|
||||
/**
|
||||
* @param {*} template
|
||||
* @param {*} templateInfo
|
||||
* @param {*} nodeInfo
|
||||
* @param {*} template
|
||||
* @param {*} templateInfo
|
||||
* @param {*} nodeInfo
|
||||
*/
|
||||
Polymer_TemplateStamp._parseTemplateContent = function(template, templateInfo, nodeInfo){};
|
||||
/**
|
||||
@@ -1379,6 +1379,17 @@ Polymer_ArraySelectorMixin.prototype.select = function(item){};
|
||||
Polymer_ArraySelectorMixin.prototype.selectIndex = function(idx){};
|
||||
/**
|
||||
* @interface
|
||||
* @extends {Polymer_PropertyEffects}
|
||||
*/
|
||||
function Polymer_StrictBindingParser(){}
|
||||
/**
|
||||
* @param {string} text Text to parse from attribute or textContent
|
||||
* @param {Object} templateInfo Current template metadata
|
||||
* @return {Array.<!BindingPart>}
|
||||
*/
|
||||
Polymer_StrictBindingParser._parseBindings = function(text, templateInfo){};
|
||||
/**
|
||||
* @interface
|
||||
* @extends {Polymer_ElementMixin}
|
||||
*/
|
||||
function Polymer_DisableUpgradeMixin(){}
|
||||
|
||||
Reference in New Issue
Block a user