Commit dbed97c4 authored by Boris Kocherov's avatar Boris Kocherov

Gruntfile.js fix for lint

parent 5bd5480d
/*global module, require*/
module.exports = function (grunt) {
"use strict";
......@@ -93,7 +94,7 @@ module.exports = function (grunt) {
predef: [
'jIO'
]
},
}
},
tests: {
src: ['test/**/*.js'],
......@@ -106,7 +107,7 @@ module.exports = function (grunt) {
'QUnit',
'jIO'
]
},
}
},
queries: {
src: ['src/queries/*.js'],
......@@ -136,8 +137,8 @@ module.exports = function (grunt) {
'QUnit',
'jIO'
]
},
},
}
}
},
concat: {
options: {
......
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