This website works better with JavaScript.
Explore
Help
Sign In
infra
/
cryptpad
Watch
2
Star
1
Fork
You've already forked cryptpad
0
Code
Issues
Pull Requests
Projects
Releases
1
Activity
expose self as global for linter
Browse Source
pull/1/head
ansuz
7 years ago
parent
3f892e04a5
commit
aca83ce72a
1 changed files
with
4 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
5
.jshintrc
Unescape
Escape
View File
@ -19,5 +19,8 @@
"require",
"require",
"module",
"module",
"__dirname"
"__dirname"
]
],
"globals": {
"self": true
}
}
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
infra/cryptpad
Title
Body
Create Issue