Skip to content

Commit

Permalink
Merge pull request #18 from RyanonRails/patch-1
Browse files Browse the repository at this point in the history
Missing comma :D
  • Loading branch information
kylefox committed Apr 1, 2012
2 parents 0c7da49 + 89977d2 commit bb12f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ These are the supported options and their default values:
escapeClose: true, // Allows the user to close the modal by pressing `ESC`
clickClose: true, // Allows the user to close the modal by clicking the overlay
closeText: 'Close', // Text content for the close <a> tag.
showClose: true // Shows a (X) icon/link in the top-right corner
showClose: true, // Shows a (X) icon/link in the top-right corner
modalClass: "modal", // CSS class added to the element being displayed in the modal.
};

Expand Down

0 comments on commit bb12f5a

Please sign in to comment.