()
| 3095 | return false; |
| 3096 | } |
| 3097 | function returnTrue() { |
| 3098 | return true; |
| 3099 | } |
| 3100 | |
| 3101 | // jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding |
| 3102 | // http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html |
nothing calls this directly
no outgoing calls
no test coverage detected