1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-03 21:23:22 +00:00

UPDATE_FOLDER & DELETE_FOLDER

fix store bug when creating note
This commit is contained in:
Dick Choi
2016-09-02 09:33:01 +09:00
parent 4ee49d5991
commit a391ac682d
5 changed files with 88 additions and 31 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ class MutableSet {
}
forEach (...args) {
return this._map.forEach(...args)
return this._set.forEach(...args)
}
[Symbol.iterator] () {