Mercurial > pub > ImplabJs
view src/implab/di/Descriptor.js @ 4:fcc63f34d0a2
fixed container configuration when the config path contains only a package name
author | cin |
---|---|
date | Thu, 08 Jun 2017 15:15:24 +0300 |
parents | fc2517695ee1 |
children |
line wrap: on
line source
define([], function() { // abstract base type for descriptros return function() {}; });