You need to sign in or sign up before continuing.
Commit fef0995d authored by Jonathan Rivalan's avatar Jonathan Rivalan
Browse files

Remove self variable declaration

Showing with 1 addition and 1 deletion
+1 -1
......@@ -856,7 +856,7 @@
**/
that.allDocs = function (command) {
var mon_document, mime, self;
var mon_document, mime;
mon_document = null;
mime = 'text/plain; charset=UTF-8';
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment