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

Fix ModalFactory overlayClose=false option #717

Open budiadiono opened 8 years ago

budiadiono commented 8 years ago

ModalFactory config -- should be able to read overlayClose that set to false

budiadiono commented 8 years ago

I only changed one line, from this: if(config[prop]) { to be like this: if(config[prop] !== undefined) {

but Travis giving a lot of scary error messages, was that by me?