Skip to content

Commit fea4f20

Browse files
Unused vars and typos
1 parent a6c4178 commit fea4f20

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/csscomb.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ var vfs = require('vow-fs');
99
* @name Comb
1010
*/
1111
var Comb = function() {
12-
this._handlers;
1312
this._options = [
1413
'always-semicolon',
1514
'color-case',
@@ -24,7 +23,6 @@ var Comb = function() {
2423
'unitless-zero',
2524
'sort-order'
2625
];
27-
this._config = {};
2826
this._exclude = null;
2927
};
3028

@@ -151,7 +149,7 @@ Comb.prototype = {
151149
},
152150

153151
/**
154-
* Processs directory or file.
152+
* Process directory or file.
155153
*
156154
* @param {String} path
157155
*/
@@ -177,7 +175,7 @@ Comb.prototype = {
177175
},
178176

179177
/**
180-
* Returns true if specified path is not in exluded list.
178+
* Returns true if specified path is not in excluded list.
181179
*
182180
* @returns {Boolean}
183181
*/

0 commit comments

Comments
 (0)