remove implicit global

This commit is contained in:
Fabian Jakobs 2011-08-15 12:22:05 +02:00
commit 6abddb1746

View file

@ -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;
}