Skip to content

Commit

Permalink
Minor dummyProxy class cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Sep 16, 2018
1 parent 96c8257 commit 4419e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared.js
Expand Up @@ -30,7 +30,7 @@ function getShared() {
}

function init() {
const dummyProxy = new Proxy(class P {}, {
const dummyProxy = new Proxy(class {}, {
[PKG_PREFIX]: 1
})

Expand Down

0 comments on commit 4419e2d

Please sign in to comment.