Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdartus committed Jan 2, 2020
1 parent 92d5f39 commit c1e7857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jsdom/living/webstorage/Storage-impl.js
Expand Up @@ -20,7 +20,7 @@ class StorageImpl {
}

_dispatchStorageEvent(key, oldValue, newValue) {
// TODO: clean that up
// TODO: There is a circular dependency between StorageEvent and Storage.
// eslint-disable-next-line
const StorageEvent = require("../generated/StorageEvent");

Expand Down

0 comments on commit c1e7857

Please sign in to comment.