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

Commit

Permalink
Merge pull request #14 from ethib137/13
Browse files Browse the repository at this point in the history
13 - Rename "initOnly" to "writeOnce".
  • Loading branch information
Bruno Basto authored May 15, 2017
2 parents a8ef625 + 2b0ea1d commit eb4f1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ Modal.STATE = {
* @type {Element}
*/
overlayElement: {
initOnly: true,
valueFn: 'valueOverlayElementFn_'
valueFn: 'valueOverlayElementFn_',
writeOnce: true
},

/**
Expand Down

0 comments on commit eb4f1f4

Please sign in to comment.