Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
risq committed Jan 29, 2019
2 parents dbd0de3 + df5d0e1 commit e652291
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 @@ -10,6 +10,8 @@ const app = obsidianApp({
});


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

window.app = app;

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

0 comments on commit e652291

Please sign in to comment.