chore: More globals for jshint
This commit is contained in:
parent
3dc836656a
commit
53897754e2
1 changed files with 11 additions and 4 deletions
15
.jshintrc
15
.jshintrc
|
|
@ -88,9 +88,16 @@
|
|||
|
||||
// Custom globals
|
||||
"globals" : { // additional predefined global variables
|
||||
"debugOn": true,
|
||||
"hippie": true,
|
||||
"viewHover": true,
|
||||
"basicEase": true
|
||||
"debugOn": true,
|
||||
"hippie": true,
|
||||
"viewHover": true,
|
||||
"basicEase": true,
|
||||
"TimeDisplay": true,
|
||||
"DateDisplay": true,
|
||||
"checkButtonAndTarget": true,
|
||||
"getClosestEdge": true,
|
||||
"centerElementUnderCursor": true,
|
||||
"setAttributesAccordingToPosition": true,
|
||||
"HippieTaskBar": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue