(id)
| 21 | |
| 22 | // borrowed from Dojo, etc. |
| 23 | var byId = function(id){ |
| 24 | return document.getElementById(id); |
| 25 | }; |
| 26 | |
| 27 | var _addOnEvt = function( type, // string |
| 28 | refOrName, // function or string |
no outgoing calls
no test coverage detected
searching dependent graphs…