git ssb

1+

Matt McKegg / mutant



Commit c2921b35648957f8ee09a7df19d9df07911c9160

map: fix truncate output values

Matt McKegg committed on 7/8/2016, 3:08:57 AM
Parent: 536c388f797d23a553f63806d14459218037fd1a

Files changed

map.jschanged
map.jsView
@@ -119,8 +119,9 @@
119119 if (changed) {
120120 // clean up cache
121121 Array.from(lastValues.keys()).filter(notIncluded, obs).forEach(deleteEntry, lastValues)
122122 items.length = getLength(obs)
123 + values.length = items.length
123124 }
124125
125126 return changed
126127 }

Built with git-ssb-web