CodeSeven / toastr

Simple javascript toast notifications

Home Page:http://www.toastrjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setAria

dxDennis opened this issue · comments

of course setAria makes no sense if you customize icon Classes ;)
therefore need to be:

switch (map.iconClass) { case options.iconClasses.success: //'toast-success': case options.iconClasses.info: // 'toast-info': ariaValue = 'polite'; break; default: ariaValue = 'assertive'; }