Skip to content

Commit 1898bcb

Browse files
committed
late updates
1 parent 000b09c commit 1898bcb

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

demo/dom-021.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ scrawl.addNativeListener('toggle', (e) => {
169169
}
170170

171171
else {
172-
closeButton.set({
172+
closeButton.set({
173173
buttonDisabled: true,
174174
});
175175
}

source/core/shared-vars.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ export const DOWN = 'down';
198198
export const DOWNLOAD = 'download';
199199
export const DROP = 'drop';
200200
export const ELEMENT = 'element';
201-
export const ELEMENT_NAME = 'elementName';
202201
export const ELEMENT_TYPE = 'elementType';
203202
export const ELEMENT_VALUE = 'elementValue';
204203
export const EM = 'em';

source/mixin/anchor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
// #### Imports
8-
import { isa_obj, mergeOver, Ωempty } from '../core/utilities.js';
8+
import { mergeOver, Ωempty } from '../core/utilities.js';
99

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

source/mixin/button.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66

77
// #### Imports
8-
import { isa_obj, mergeOver, Ωempty } from '../core/utilities.js';
8+
import { mergeOver, Ωempty } from '../core/utilities.js';
99

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

12-
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';
12+
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';
1313

1414

1515
// #### Export function

0 commit comments

Comments
 (0)