Skip to content

Commit

Permalink
[doc] Fix example code
Browse files Browse the repository at this point in the history
  • Loading branch information
rumkin committed Aug 8, 2020
1 parent 521ef4e commit 60ed25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pill('#page', {
onUnmounting(page, url, element) {
preserveFormPlugin(element)
},
onReady(page, url, element) {
onReady(page, element) {
// Delay to simulate long content loading
timeout = setTimeout(() => {
indicator.style.display = 'none'
Expand Down

0 comments on commit 60ed25a

Please sign in to comment.