(tag, name, id, append, replace)
| 10 | var Helper = Registry.get('helper'); |
| 11 | |
| 12 | var cr = function(tag, name, id, append, replace) { |
| 13 | return crc(tag, null, name, id, append, replace); |
| 14 | }; |
| 15 | |
| 16 | var crc = function(tag, clas, name, id, append, replace) { |
| 17 | try { |
no test coverage detected