Skip to content

Commit 3e3f492

Browse files
author
michael-n-cooper
committed
TRAVIS-CI update from aria-common
1 parent 1140d50 commit 3e3f492

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphics-aria/common/script/aria.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,8 @@ require(['core/pubsubhub'], function (respecEvents) {
458458
if (!skipIndex) {
459459
// build up the complete inherited SP lists for each role
460460
// however, if the role already specifies an item, do not include it
461-
Object.keys(roleInfo).forEach(function (item) {
461+
Object.entries(roleInfo).forEach(function (index) {
462+
var item = index[1];
462463
var output = '';
463464
var placeholder = document.querySelector(
464465
'#' + item.fragID + ' .role-inherited'

0 commit comments

Comments
 (0)