Skip to content

Commit

Permalink
Added missing semicolon (#2693)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdw committed Jun 11, 2021
1 parent 9f57b32 commit 0350069
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ Janus.init({
dependencies: Janus.useDefaultDependencies(), // or: Janus.useOldDependencies() to get the behaviour of previous Janus versions
callback: function() {
// Done!
});
}
});
\endverbatim
*
* \note When using one of the JavaScript module variants of \c janus.js, you
Expand Down

0 comments on commit 0350069

Please sign in to comment.