Commit 9b7afbf
committed
Prefix selector caches with a dollar symbol
to help identify them as such later on in the code.
This is a fairly common jQuery pattern:
http://stackoverflow.com/questions/6209462/when-why-to-prefix-variables-with-when-using-jquery
http://encosia.com/5-steps-toward-jquery-mastery/1 parent adb7570 commit 9b7afbf
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | | - | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
0 commit comments