mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
JS: fix features for opening popup
This commit is contained in:
parent
969ad17b6a
commit
660214aefd
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user