We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b169f commit 80785d7Copy full SHA for 80785d7
NOTICE
@@ -13,4 +13,4 @@ Licensed under the MIT License
13
based off:
14
http://unscriptable.com/2009/03/20/debouncing-javascript-methods/ which is:
15
Copyright (c) 2007-2009 unscriptable.com and John M. Hann
16
-Licensed under the MIT License
+Licensed under the MIT License (with X11 advertising exception)
src/Accessibility/utils.js
@@ -21,7 +21,7 @@
21
* Licensed under the MIT License based off:
22
* http://unscriptable.com/2009/03/20/debouncing-javascript-methods/ which is:
23
* Copyright (c) 2007-2009 unscriptable.com and John M. Hann
24
- * Licensed under the MIT License
+ * Licensed under the MIT License (with X11 advertising exception)
25
*/
26
27
export function getElmName(elm) {
0 commit comments