Skip to content

Commit

Permalink
Merge pull request #71 from KaliedaRik/v8-dev
Browse files Browse the repository at this point in the history
v8.12 - late lint updates
  • Loading branch information
KaliedaRik authored Jan 13, 2024
2 parents f698ed9 + 6f0874f commit a2c9e99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/dom-021.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ scrawl.addNativeListener('toggle', (e) => {
}

else {
closeButton.set({
closeButton.set({
buttonDisabled: true,
});
}
Expand Down
1 change: 0 additions & 1 deletion source/core/shared-vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ export const DOWN = 'down';
export const DOWNLOAD = 'download';
export const DROP = 'drop';
export const ELEMENT = 'element';
export const ELEMENT_NAME = 'elementName';
export const ELEMENT_TYPE = 'elementType';
export const ELEMENT_VALUE = 'elementValue';
export const EM = 'em';
Expand Down
2 changes: 1 addition & 1 deletion source/mixin/anchor.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


// #### Imports
import { isa_obj, mergeOver, Ωempty } from '../core/utilities.js';
import { mergeOver, Ωempty } from '../core/utilities.js';

import { makeAnchor } from '../factory/anchor.js';

Expand Down
4 changes: 2 additions & 2 deletions source/mixin/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@


// #### Imports
import { isa_obj, mergeOver, Ωempty } from '../core/utilities.js';
import { mergeOver, Ωempty } from '../core/utilities.js';

import { makeButton } from '../factory/button.js';

import { AUTOFOCUS, BLUR_ACTION, DESCRIPTION, CLICK_ACTION, DISABLED, ELEMENT_NAME, ELEMENT_TYPE, ELEMENT_VALUE, FOCUS_ACTION, FORM, FORM_ACTION, FORM_ENCTYPE, FORM_METHOD, FORM_NOVALIDATE, FORM_TARGET, NAME, POPOVER_TARGET, POPOVER_TARGETACTION, TAB_ORDER } from '../core/shared-vars.js';
import { AUTOFOCUS, BLUR_ACTION, DESCRIPTION, CLICK_ACTION, DISABLED, ELEMENT_TYPE, ELEMENT_VALUE, FOCUS_ACTION, FORM, FORM_ACTION, FORM_ENCTYPE, FORM_METHOD, FORM_NOVALIDATE, FORM_TARGET, NAME, POPOVER_TARGET, POPOVER_TARGETACTION, TAB_ORDER } from '../core/shared-vars.js';


// #### Export function
Expand Down

0 comments on commit a2c9e99

Please sign in to comment.