Commit fef0995d authored by Jonathan Rivalan's avatar Jonathan Rivalan

Remove self variable declaration

parent 8ff2cd30
...@@ -856,7 +856,7 @@ ...@@ -856,7 +856,7 @@
**/ **/
that.allDocs = function (command) { that.allDocs = function (command) {
var mon_document, mime, self; var mon_document, mime;
mon_document = null; mon_document = null;
mime = 'text/plain; charset=UTF-8'; 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