mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 18:35:32 +00:00
add missing paren for setBannerHeight JavaScript
This commit is contained in:
parent
af2544eb37
commit
90b381a8cf
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ extension KeymanWebViewController {
|
|||
|
||||
func setBannerHeight(to height: Int) {
|
||||
// TODO:
|
||||
webView?.evaluateJavaScript("setBannerHeight(\(height);", completionHandler: nil)
|
||||
webView?.evaluateJavaScript("setBannerHeight(\(height));", completionHandler: nil)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue