JS: fix features for opening popup

This commit is contained in:
Alexey Andreev 2020-12-10 19:02:45 +03:00
parent 969ad17b6a
commit 660214aefd

View File

@ -58,7 +58,7 @@ public class WindowFeatures {
} }
public WindowFeatures scrollbars() { public WindowFeatures scrollbars() {
return add("resizable"); return add("scrollbars");
} }
private WindowFeatures add(String feature) { private WindowFeatures add(String feature) {