Remove extra ()

pull/2/head
Michael Scoff 7 years ago
parent 5698162ce1
commit c5311e721f
  1. 2
      Trust/Browser/ViewControllers/BrowserViewController.swift

@ -76,7 +76,7 @@ class BrowserViewController: UIViewController {
webView.allowsBackForwardNavigationGestures = true webView.allowsBackForwardNavigationGestures = true
webView.scrollView.isScrollEnabled = true webView.scrollView.isScrollEnabled = true
webView.navigationDelegate = self webView.navigationDelegate = self
if isDebug() { if isDebug {
webView.configuration.preferences.setValue(true, forKey: "developerExtrasEnabled") webView.configuration.preferences.setValue(true, forKey: "developerExtrasEnabled")
} }
return webView return webView

Loading…
Cancel
Save