Skip to content

Commit

Permalink
fix buil
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Feb 21, 2017
1 parent 1b9666c commit 4247079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canopy/canopy.fs
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ let on (u: string) =

(* documented/actions *)
let ( !^ ) (u : string) =
if browser == null then
if browser = null then
raise (CanopyOnException "Can't navigate to the given url since the browser is not initialized.")
browser.Navigate().GoToUrl(u)

Expand Down

0 comments on commit 4247079

Please sign in to comment.