Commit dbed97c4 authored by Boris Kocherov's avatar Boris Kocherov

Gruntfile.js fix for lint

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