* Updated lightbox2 to version 2.11.5 (#32)
* Every external library should be served locally (#6) * Serve font files locally (#31)
This commit is contained in:
parent
a4342dd39b
commit
173a9fdf67
21 changed files with 12263 additions and 3 deletions
35
static/lightbox2-2.11.5/.jshintrc
Normal file
35
static/lightbox2-2.11.5/.jshintrc
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"bitwise":true,
|
||||
"browser":true,
|
||||
"camelcase":true,
|
||||
"curly":true,
|
||||
"eqeqeq":true,
|
||||
"forin":true,
|
||||
"freeze":true,
|
||||
"indent":2,
|
||||
"latedef":true,
|
||||
"maxdepth": 6,
|
||||
"maxparams": 6,
|
||||
"maxstatements": 50,
|
||||
"newcap": true,
|
||||
"noarg":true,
|
||||
"noempty":true,
|
||||
"nonbsp":true,
|
||||
"nonew":true,
|
||||
"quotmark":"single",
|
||||
"trailing":true,
|
||||
"undef":true,
|
||||
"unused":"vars",
|
||||
"immed":true,
|
||||
"browser": true,
|
||||
"jquery":true,
|
||||
"predef": [
|
||||
"alert",
|
||||
"confirm",
|
||||
"console",
|
||||
"escape",
|
||||
"define",
|
||||
"module",
|
||||
"require"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue