zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

Update ModalFactory docs #781

Open sirgallifrey opened 8 years ago

sirgallifrey commented 8 years ago

ModalFactory expects to find overlay === 'false' to actually set it to false and it also expects overlayClose to be a string to properly set the value. So I made a small change in the example to reflect this behavior.