Skip to content

Commit 49c635e

Browse files
Removing MooTools (!)
1 parent 3753606 commit 49c635e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/css_selector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ long and unwieldy expressions.
4040
Many developers -- particularly web developers -- are more comfortable
4141
using CSS selectors to find elements. As well as working in stylesheets,
4242
CSS selectors are used in JavaScript with the ``querySelectorAll()`` function
43-
and in popular JavaScript libraries such as jQuery, Prototype and MooTools.
43+
and in popular JavaScript libraries such as jQuery.
4444

4545
CSS selectors are less powerful than XPath, but far easier to write, read
4646
and understand. Since they are less powerful, almost all CSS selectors can

0 commit comments

Comments
 (0)