MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / lintScript

Function lintScript

src/options.js:1308–1315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1306 };
1307
1308 var lintScript = function() {
1309 Please.wait();
1310 var run = function() {
1311 myLINT.run(container.editor);
1312 Please.hide();
1313 };
1314 window.setTimeout(run, 1);
1315 };
1316
1317 var i_sc_save = HtmlUtil.createImageButton(i.name, 'save', I18N.getMessage('Save'), chrome.extension.getURL('images/filesave.png'), saveEditor);
1318 var i_sc_cancel = HtmlUtil.createImageButton(i.name, 'cancel', I18N.getMessage('Editor_reset'), chrome.extension.getURL('images/editor_cancel.png'), resetScript);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…