Introduced key-spacing eslint rule

This commit is contained in:
n1474335 2017-07-24 14:55:48 +00:00
parent a61df0832f
commit 5f1c88104d
15 changed files with 1436 additions and 1436 deletions

View file

@ -329,7 +329,7 @@ const Code = {
* @param {Object[]} args
* @returns {string}
*/
runXpath:function(input, args) {
runXpath: function(input, args) {
let query = args[0],
delimiter = args[1];