File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ $(document).ready(PI.onReady); </programlisting>
127127 <title >Optimize Selectors</title >
128128
129129 <para >Selector optimization is less important than it used to be, as more
130- browser implement <code >document.querySelectorAll()</code > and the burden
130+ browsers implement <code >document.querySelectorAll()</code > and the burden
131131 of selection shifts from jQuery to the browser. However, there are still
132132 some tips to keep in midn.</para >
133133
Original file line number Diff line number Diff line change 5454
5555 <para >This has the effect of creating a "private" scope that allows us to
5656 extend jQuery using the dollar symbol without having to risk the
57- possibility that the dollar has been over-written by another
57+ possibility that the dollar has been overwritten by another
5858 library.</para >
5959
6060 <para >So our actual plugin, thus far, is this:</para >
You can’t perform that action at this time.
0 commit comments