Source code

Revision control

Copy as Markdown

Other Tools

/* Any copyright is dedicated to the Public Domain.
"use strict";
/* import-globals-from ../../content/contentSearchUI.js */
var input = document.querySelector("input");
var gController = new ContentSearchUIController(
input,
input.parentNode,
"test",
"test"
);