Skip to content

Commit

Permalink
add before-release message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Oct 4, 2019
1 parent 6394e5a commit 500a65a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ export const pairsToStyleString = pairs => pairs.map(pairToStyleString).join('')
export const mapToStyleString = m => map.map(m, (value, key) => `${key}:${value};`).join('')

/**
* @todo should always query on a dom element
*
* @param {string} id
* @return {Element | null}
*/
Expand Down

0 comments on commit 500a65a

Please sign in to comment.