Remove debugger, test focus, and lint fixes.

This commit is contained in:
Ashi Krishnan
2018-07-23 10:36:25 -04:00
parent 926cf73e63
commit 45ab5488ae
3 changed files with 3 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ const {isSubset} = require('underscore-plus')
// Private: Parse a selector into parts.
// If already parsed, returns the selector unmodified.
//
//
// * `selector` a {String|Array<String>} specifying what to match
// Returns selector parts, an {Array<String>}.
function parse (selector) {