Commit aa6c318c authored by Tristan Cavelier's avatar Tristan Cavelier

command fix jslint options

parent 551aa5f6
// -*- jslint: --nomen --todo --maxlen 80 -*-
/*jslint indent: 2, maxlen: 80, sloppy: true, nomen: true */
/*global postCommand: true, putCommand: true, getCommand: true,
removeCommand: true, allDocsCommand: true,
putAttachmentCommand: true, failStatus: true, doneStatus: true,
hex_md5: true */
var command = function (spec, my) {
var that = {},
priv = {};
......@@ -301,4 +305,4 @@ var command = function (spec, my) {
return JSON.parse(JSON.stringify(priv.doc));
};
return that;
};
\ No newline at end of file
};
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