fabien-d / alertify.js

JavaScript Alert/Notification System
http://fabien-d.github.com/alertify.js/
4.26k stars 726 forks source link

Button focus error. #250

Open ruanbin opened 9 years ago

ruanbin commented 9 years ago

alert button not include cancel button

alertify.set({ buttonFocus: "cancel" });

btnFocus = (_alertify.buttonFocus === "cancel") ? btnCancel : ((_alertify.buttonFocus === "none") ? $("alertify-noneFocus") : btnOK),