Skip to content

Commit

Permalink
fix(example): Use lowerCamelCase properties
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Feb 16, 2024
1 parent 7483e02 commit 2f0b0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-browser/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ webview.connect('notify::uri', () => {
entry.text = webview.uri
})
webview.connect('notify::is-loading', () => {
spinner.active = webview.is_loading
spinner.active = webview.isLoading
})

scrolledWindow.add(webview)
Expand Down

0 comments on commit 2f0b0b4

Please sign in to comment.