Skip to content

Commit

Permalink
https://github.com/PolymerElements/app-route
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=123364135
  • Loading branch information
e111077 authored and blickly committed May 26, 2016
1 parent 7ffd155 commit c100b64
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions contrib/externs/polymer-1.0.js
Expand Up @@ -674,6 +674,33 @@ PolymerElement.prototype._error = function(var_args) {};
*/
PolymerElement.prototype._logf = function(var_args) {};

/** @type {boolean} True after this.ready() has run */
PolymerElement.prototype._readied;

/**
* Do not call this function.
*
* @param {string} path .
* @param {*} value .
*/
PolymerElement.prototype._notifyPathUp = function(path, value) {};

/**
* Do not call this function.
*
* @param {string} path .
* @param {*} value .
*/
PolymerElement.prototype._pathEffector = function(path, value) {};

/**
* Do not call this function.
*
* @param {string} path .
* @param {*} value .
*/
PolymerElement.prototype._propertySetter = function(path, value) {};


/**
* A Polymer DOM API for manipulating DOM such that local DOM and light DOM
Expand Down

0 comments on commit c100b64

Please sign in to comment.