summaryrefslogtreecommitdiff
path: root/test/data/html/test-document2-script.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/html/test-document2-script.js')
-rw-r--r--test/data/html/test-document2-script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/html/test-document2-script.js b/test/data/html/test-document2-script.js
index f6082802..d8e1278d 100644
--- a/test/data/html/test-document2-script.js
+++ b/test/data/html/test-document2-script.js
@@ -87,7 +87,7 @@ function toggleFullscreen(element) {
* @param {HTMLElement|DocumentFragment} container
* @param {?Element} [fullscreenElement]
*/
-function setup(container, fullscreenElement=null) {
+function setup(container, fullscreenElement = null) {
const fullscreenLink = container.querySelector('.fullscreen-link');
if (fullscreenLink !== null) {
if (fullscreenElement === null) {