(name)
| 863 | } |
| 864 | |
| 865 | function id(name) { |
| 866 | return !!(typeof document !== "undefined" && document && document.getElementById) && |
| 867 | document.getElementById( name ); |
| 868 | } |
| 869 | |
| 870 | // Test for equality any JavaScript type. |
| 871 | // Discussions and reference: http://philrathe.com/articles/equiv |
no outgoing calls
no test coverage detected