Skip to content

Commit c0b6136

Browse files
authored
Extraneous space, comment capitlisation.
1 parent 2d57862 commit c0b6136

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

AsusRouterA11yFixes.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ const DYNAMIC_TWEAKS = [
259259
},
260260
];
261261

262-
/** add your specific initialization here, so that if you ever update the framework from new skeleton your inits are not overridden. */
262+
/** Add your specific initialization here, so that if you ever update the framework from new skeleton your inits are not overridden. */
263263
function userInit() { }
264264

265265
/*** Lights, camera, action! ***/

framework/axSGreaseSkeleton.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function announce(text, regionId) {
3131
* @param {string} id the name of the new live region. This is an html id.
3232
* @return {!Promise<HTMLElement>} a div that contains the live region. This can typically be ignored, this exxists to aid in chaining creation of non-existant regions.
3333
*/
34-
3534
function getLiveRegion(id) {
3635
const updatePromise = new Promise((resolve, reject) => {
3736
if (!id) {

0 commit comments

Comments
 (0)