( nm )
| 2500 | rspaces = / /g, |
| 2501 | rescape = /[^\w\s.|`]/g, |
| 2502 | fcleanup = function( nm ) { |
| 2503 | return nm.replace(rescape, "\\$&"); |
| 2504 | }; |
| 2505 | |
| 2506 | /* |
| 2507 | * A number of helper functions used for managing events. |
nothing calls this directly
no outgoing calls
no test coverage detected