Skip to content

Commit

Permalink
Run script: npm run format (shadydom/src/patches...)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd committed Oct 28, 2020
1 parent d101538 commit ce0836f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/shadydom/src/patches/Element.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ import * as utils from '../utils.js';
import {scopeClassAttribute} from '../style-scoping.js';
import {shadyDataForNode} from '../shady-data.js';
import {attachShadow, ownerShadyRootForNode} from '../attach-shadow.js';
import {eventPropertyNamesForElement, wrappedDescriptorForEventProperty} from '../patch-events.js';
import {
eventPropertyNamesForElement,
wrappedDescriptorForEventProperty,
} from '../patch-events.js';

const doc = window.document;

Expand Down

0 comments on commit ce0836f

Please sign in to comment.