mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
1. Introduced velocity.js for animations 2. Resized section type icons 3. Refactored add section code
50 lines
717 B
Text
50 lines
717 B
Text
{
|
|
"predef": [
|
|
"server",
|
|
"document",
|
|
"window",
|
|
"-Promise",
|
|
"moment",
|
|
"$",
|
|
"_",
|
|
"is",
|
|
"Mousetrap",
|
|
"CodeMirror",
|
|
"Intercom",
|
|
"Materialize",
|
|
"tinymce",
|
|
"Tether",
|
|
"Tooltip",
|
|
"Drop",
|
|
"Dropzone",
|
|
"Sortable",
|
|
"datetimepicker",
|
|
"Waypoint",
|
|
"velocity"
|
|
],
|
|
"browser": true,
|
|
"boss": true,
|
|
"curly": true,
|
|
"debug": false,
|
|
"devel": true,
|
|
"eqeqeq": true,
|
|
"evil": true,
|
|
"forin": false,
|
|
"immed": false,
|
|
"laxbreak": false,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": false,
|
|
"nonew": false,
|
|
"nomen": false,
|
|
"onevar": false,
|
|
"plusplus": false,
|
|
"regexp": false,
|
|
"undef": true,
|
|
"sub": true,
|
|
"strict": false,
|
|
"white": false,
|
|
"eqnull": true,
|
|
"esnext": true,
|
|
"unused": true
|
|
}
|