File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ var vfs = require('vow-fs');
99 * @name Comb
1010 */
1111var 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 */
You can’t perform that action at this time.
0 commit comments