read struct refs as array

This commit is contained in:
Kevin Jahns
2019-04-10 18:52:22 +02:00
parent 52ec698635
commit 654510f3ff
8 changed files with 161 additions and 177 deletions

View File

@@ -115,6 +115,8 @@ export const nextID = transaction => {
}
/**
* Implements the functionality of `y.transact(()=>{..})`
*
* @param {Y} y
* @param {function(Transaction):void} f
*/