Skip to content

Commit

Permalink
Update integration example
Browse files Browse the repository at this point in the history
  • Loading branch information
risq committed Jan 29, 2019
1 parent 92fc776 commit df5d0e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/integration-example/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const app = obsidianApp({
});


console.log("App ready", app);

window.app = app;

app.on("ready", () => {
console.log("App ready", app);
});

0 comments on commit df5d0e1

Please sign in to comment.