Skip to content

Commit

Permalink
Pick up updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Miksovsky committed Jul 8, 2015
1 parent 309c9d0 commit 62c63e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion basic-framed-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
* @method broadcastContent
*/
broadcastContent: function() {
this._postMessageToParent('framedContentResponse', this.innerHTML);
var content = Polymer.dom(this).innerHTML;
this._postMessageToParent('framedContentResponse', content);
},

/**
Expand Down

0 comments on commit 62c63e6

Please sign in to comment.