(id)
| 26 | var obj, obj_key, ClassRegistry; |
| 27 | |
| 28 | function tmpWrap(id) { |
| 29 | if (!id) { |
| 30 | throw Error("Missing id"); |
| 31 | } |
| 32 | return ClassRegistryBlueprint.lookup(id); |
| 33 | } |
| 34 | settings = settings || {}; |
| 35 | settings = { |
| 36 | warn: (typeof settings.warn === "undefined") ? true : settings.warn, |
no outgoing calls
no test coverage detected