Skip to content

Commit

Permalink
Missing comma :D
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjones committed Mar 31, 2012
1 parent 0c7da49 commit 89977d2
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 89977d2

Please sign in to comment.