mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 06:26:16 -04:00
trying to address eslint false positives
This commit is contained in:
parent
5471757fa7
commit
b1c9ca65fa
4 changed files with 5 additions and 13 deletions
|
@ -9,19 +9,10 @@
|
|||
* @version 1.3
|
||||
* @name PrivateBin
|
||||
* @namespace
|
||||
*
|
||||
* global Base64, DOMPurify, FileReader, RawDeflate, history, navigator, prettyPrint, prettyPrintOne, showdown, kjua
|
||||
*/
|
||||
|
||||
/** global: Base64 */
|
||||
/** global: DOMPurify */
|
||||
/** global: FileReader */
|
||||
/** global: RawDeflate */
|
||||
/** global: history */
|
||||
/** global: navigator */
|
||||
/** global: prettyPrint */
|
||||
/** global: prettyPrintOne */
|
||||
/** global: showdown */
|
||||
/** global: kjua */
|
||||
|
||||
jQuery.fn.draghover = function() {
|
||||
return this.each(function() {
|
||||
let collection = $(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue