Revize a3db68f1
Přidáno uživatelem Pavel Fidranský před téměř 6 roky(ů)
sources/src/main/webapp/js/components/groupVertexList.js | ||
---|---|---|
97 | 97 |
|
98 | 98 |
} else { |
99 | 99 |
return DOM.s('text', { |
100 |
y: this._rootElement.childNodes.lenght * this._lineHeight,
|
|
100 |
y: this._rootElement.childNodes.length * this._lineHeight,
|
|
101 | 101 |
'data-id': vertex.id, |
102 | 102 |
onClick: this._group.onVertexClick.bind(this._group), |
103 | 103 |
}, [ |
Také k dispozici: Unified diff
typo