Skip to content

Commit

Permalink
Merge pull request #8 from jklein24/master
Browse files Browse the repository at this point in the history
fix an invalid event param jsdoc.
  • Loading branch information
atotic committed Jun 2, 2015
2 parents 6bde0be + 353a84a commit a3debc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iron-localstorage.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
/**
* Fired when value loads from localStorage.
*
* @param {Object} detail
* @param {Boolean} detail.externalChange true if change occured in different window
* @event iron-localstorage-load
* @event paper-responsive-change
* @param {{externalChange: boolean}} detail -
* externalChange: True if change occured in different window.
*/

/**
Expand Down

0 comments on commit a3debc3

Please sign in to comment.