Skip to content

Commit 8bda220

Browse files
committed
typo
1 parent c78a573 commit 8bda220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/non-keyed/slim-js/main-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Slim.element(
202202

203203
deleteOne(item) {
204204
this.store.delete(item.id);
205-
this.items = store.data;
205+
this.items = this.store.data;
206206
}
207207

208208
selectOne(item) {

0 commit comments

Comments
 (0)