Skip to content

Commit

Permalink
LSNBLDR-694; use aria role of listitem for items in reorder page (sak…
Browse files Browse the repository at this point in the history
  • Loading branch information
clhedrick authored Jul 20, 2016
1 parent ecf99a7 commit 807e650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lessonbuilder/tool/src/webapp/js/reorder.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
dropMarker: "layoutReorderer-dropMarker",
avatar: "layoutReorderer-avatar"
},
disableWrap: true
disableWrap: true,
containerRole: fluid.reorderer.roles.LIST
});
};
})(jQuery, fluid);
Expand Down

0 comments on commit 807e650

Please sign in to comment.