diff --git a/demo/demo.js b/demo/demo.js index 3a1fc37e..280a04a2 100644 --- a/demo/demo.js +++ b/demo/demo.js @@ -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; }