Skip to content

Commit

Permalink
chore: Remove aria global declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Dec 13, 2020
1 parent b2ad3b5 commit 9b172f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/combobox/js/grid-combo-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* ARIA Combobox Examples
*/

/* global aria */

'use strict';

var aria = aria || {};
Expand Down
2 changes: 0 additions & 2 deletions examples/combobox/js/grid-combo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
*/

/* global aria */

'use strict';

var aria = aria || {};
Expand Down

0 comments on commit 9b172f2

Please sign in to comment.