remove implicit global
This commit is contained in:
parent
7b2ddf13c3
commit
6abddb1746
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ exports.launch = function(env) {
|
|||
|
||||
|
||||
// Add a "name" property to all docs
|
||||
for (doc in docs) {
|
||||
for (var doc in docs) {
|
||||
docs[doc].name = doc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue