Skip to content

Commit

Permalink
Merge pull request #82 from LostInBrittany/dom-ready-event
Browse files Browse the repository at this point in the history
Documenting `dom-ready` event
  • Loading branch information
Elliott Marquez authored Mar 5, 2019
2 parents f936c73 + 1cd6893 commit ffb0c3e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions demo-snippet.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@ Polymer({
is: 'demo-snippet',

properties: {

/**
* Fired when the demo-snippet is ready, i.e. when it has injected the code to demo
* in the DOM and it can be interacted with
*
* @event dom-ready
*/

/** @private */
_markdown: {
type: String,
},
Expand Down

0 comments on commit ffb0c3e

Please sign in to comment.