mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Promises (first look)
Thread dropdown Small fixes
This commit is contained in:
parent
dd41d30f9b
commit
c23ba31e17
61 changed files with 12442 additions and 130 deletions
27
vendors/Q/.jshintrc
vendored
Normal file
27
vendors/Q/.jshintrc
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"browser": true,
|
||||
"node": true,
|
||||
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"es3": true,
|
||||
"newcap": false,
|
||||
"noarg": true,
|
||||
"nonew": true,
|
||||
"quotmark": "double",
|
||||
"strict": true,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
|
||||
"globals": {
|
||||
"self": false,
|
||||
"bootstrap": false,
|
||||
"cajaVM": false,
|
||||
"define": false,
|
||||
"ReturnValue": false,
|
||||
"ses": false,
|
||||
"setImmediate": false,
|
||||
"Q": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue