diff --git a/src/types/YArray.js b/src/types/YArray.js index 43413026..cadb16b5 100644 --- a/src/types/YArray.js +++ b/src/types/YArray.js @@ -60,7 +60,7 @@ export class YArray extends AbstractType { * @param {Array} items * @return {YArray} */ - static from(items) { + static from (items) { const a = new YArray() a.push(items) return a