Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
polymer-overlay: rename event to polymer-overlay-open
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Aug 20, 2013
1 parent fd06654 commit 88815bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polymer-overlay/polymer-overlay.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
/**
* Fired when the polymer-overlay opened property is set.
*
* @event open
* @event polymer-overlay-open
* @param {Object} inDetail
* @param {Object} inDetail.opened the opened state
*/
Expand Down Expand Up @@ -217,7 +217,7 @@
}
});
this.enableResizeHandler(this.opened);
this.fire('opened', this.opened);
this.fire('polymer-overlay-open', this.opened);
},
enableHandler: function(inEnable, inMethodName, inNode, inEventName, inCapture) {
var m = 'bound' + inMethodName;
Expand Down

0 comments on commit 88815bc

Please sign in to comment.