mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
whitespace
This commit is contained in:
parent
869f63113f
commit
93bbf77eff
@ -45,8 +45,8 @@ function makeUniqueFilename(filename, str) {
|
|||||||
|
|
||||||
// don't allow filenames to begin with an underscore
|
// don't allow filenames to begin with an underscore
|
||||||
if (!filename.length || filename[0] === '_') {
|
if (!filename.length || filename[0] === '_') {
|
||||||
filename = 'X' + filename;
|
filename = 'X' + filename;
|
||||||
key = filename.toLowerCase();
|
key = filename.toLowerCase();
|
||||||
}
|
}
|
||||||
|
|
||||||
// append enough underscores to make the filename unique
|
// append enough underscores to make the filename unique
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user