Skip to content

Instantly share code, notes, and snippets.

@garlicnation
Created March 11, 2016 01:36
Show Gist options
  • Save garlicnation/e94b9e7ee6ba10ca33f8 to your computer and use it in GitHub Desktop.
Save garlicnation/e94b9e7ee6ba10ca33f8 to your computer and use it in GitHub Desktop.
/**
* @record
*/
var LocalDomWithBackground = function(){};
/**
* @type HTMLElement
*/
LocalDomWithBackground.prototype.backgroundFrontLayer;
/**
* @type HTMLElement
*/
LocalDomWithBackground.prototype.backgroundRearLayer;
/**
* @record
* @extends PolymerElement
*/
var ElementWithBackground = function(){};
/** @type LocalDomWithBackground */
ElementWithBackground.prototype.$;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment