This commit is contained in:
Sam Potts 2016-01-23 12:24:58 +11:00
parent fa5cb828c0
commit 173e651e3f

View File

@ -589,6 +589,7 @@
}
// Toggle aria-pressed state on a toggle button
// http://www.ssbbartgroup.com/blog/how-not-to-misuse-aria-states-properties-and-roles
function _toggleState(target, state) {
// Bail if no target
if(!target) {