Skip to content

Commit

Permalink
update mermaid and change startOnLoad to new behavior ; closes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
timelyportfolio committed Jan 6, 2015
1 parent e39239e commit 83c0942
Show file tree
Hide file tree
Showing 3 changed files with 16,782 additions and 8 deletions.
2 changes: 1 addition & 1 deletion inst/htmlwidgets/DiagrammeR.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ HTMLWidgets.widget({
allowing us to callback after manually init and then callback
after complete
*/
window.mermaid_config = {startOnLoad : false};
window.mermaid.startOnLoad = false;

return {
// TODO: add instance fields as required
Expand Down
Loading

0 comments on commit 83c0942

Please # to comment.