This commit is contained in:
2025-02-26 14:49:25 +07:00
commit 1c1d9c4474
6403 changed files with 1953774 additions and 0 deletions

13
nv/html/dwv/.jshintrc Normal file
View File

@@ -0,0 +1,13 @@
{
"browser": true,
"devel": true,
"jquery": true,
"unused": true,
"undef": true,
"globals": {
"dwv": true
},
"curly": true,
"newcap": true,
"indent": 4
}