located a new bug...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-09-17 17:16:36 +03:00
parent 78802f36da
commit 8a23bee799

View File

@ -3048,6 +3048,10 @@ var BaseBrowserPrototype = {
// produce different results in terms of centering and alignment!!!
// XXX BUG: numbering is wrong when elements collapse...
// ...to fix this use .update()
// XXX BUG: these render empty...
// dialog.render({around: 11, count: 5})
// ...
// dialog.render({around: 14, count: 5})
render: function(options, renderer){
var that = this
var args = [...arguments]