Commit 4bda5f0
committed
== null checks for null and undefined
"It's actually quite useful to do == null or != null as it will pass (or
fail) if the value is either null or undefined."
http://docs.jquery.com/JQuery_Core_Style_Guidelines1 parent e60f7e8 commit 4bda5f0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments