Skip to content

Commit

Permalink
refact: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Feb 4, 2020
1 parent e535022 commit 87b7777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage.ts
Expand Up @@ -204,7 +204,7 @@ export default class Storage {
addToStorage(el: Element) {
if (el) {
el.__storage = this;
el.dirty(false);
el.dirty();
}
return this;
}
Expand Down

0 comments on commit 87b7777

Please sign in to comment.