mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
📝 Mention css
This commit is contained in:
@@ -17,7 +17,7 @@ exports.isSelectorValid = (selector) ->
|
||||
selectorCache[selector] = false
|
||||
false
|
||||
|
||||
# Parse the given selector and throw an error if it is invalid
|
||||
# Parse the given CSS selector and throw an error if it is invalid.
|
||||
exports.validateSelector = (selector) ->
|
||||
return if exports.isSelectorValid(selector)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user