Commit 551aa5f6 authored by Tristan Cavelier's avatar Tristan Cavelier

allDocsCommand fix jslint options

parent 322fc688
/*jslint indent: 2, maxlen: 80, sloppy: true */
/*global command: true */
var allDocsCommand = function (spec, my) { var allDocsCommand = function (spec, my) {
var that = command(spec, my); var that = command(spec, my);
...@@ -22,4 +24,4 @@ var allDocsCommand = function (spec, my) { ...@@ -22,4 +24,4 @@ var allDocsCommand = function (spec, my) {
}; };
return that; 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