summaryrefslogtreecommitdiff
path: root/src/fauxton/app/helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/fauxton/app/helpers.js')
-rw-r--r--src/fauxton/app/helpers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fauxton/app/helpers.js b/src/fauxton/app/helpers.js
index c1cc4fa96..e775e401c 100644
--- a/src/fauxton/app/helpers.js
+++ b/src/fauxton/app/helpers.js
@@ -48,8 +48,8 @@ function() {
"log": "http://docs.couchdb.org/en/latest/api/server/common.html?highlight=stats#log"
};
- Helpers.getDocUrl = function(getthis){
- return Helpers.docs[getthis] || '#';
+ Helpers.getDocUrl = function(docKey){
+ return Helpers.docs[docKey] || '#';
};
// File size pretty printing, taken from futon.format.js