(name)
| 914 | } |
| 915 | |
| 916 | function id(name) { |
| 917 | return !!(typeof document !== "undefined" && document && document.getElementById) && |
| 918 | document.getElementById( name ); |
| 919 | } |
| 920 | |
| 921 | // Test for equality any JavaScript type. |
| 922 | // Discussions and reference: http://philrathe.com/articles/equiv |
no outgoing calls
no test coverage detected