We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c2bd8 commit a4d6166Copy full SHA for a4d6166
src/BootstrapBlazor/wwwroot/modules/fullscreen.js
@@ -2,7 +2,7 @@
2
3
export async function toggle(options) {
4
let el = null;
5
- options = options || {};
+ options ||= {};
6
if (options.id) {
7
el = document.getElementById(options.id);
8
}
0 commit comments