Skip to content

Commit

Permalink
Update browser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrybinski authored Oct 13, 2021
1 parent f1c3bcd commit 2191091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const getFinalOptions = options => {
};
};

export function inspect(options) {
export function inspect(options = { url: "https://statecharts.io/inspect", iframe: false }) {
const {
iframe,
url,
Expand Down

0 comments on commit 2191091

Please sign in to comment.