Skip to content

Commit 1ef4c09

Browse files
author
Antony Jones
committed
remove invalid destructuring assignment
1 parent d7c5af6 commit 1ef4c09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default function (url, test, callback, options = { async = true, defer = true }) {
1+
export default function (url, test, callback, options = { async: true, defer: true }) {
22
if (!test()) {
33
const tag = document.createElement('script')
44
tag.src = url

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)