view core/src/js/di/Descriptor.js @ 29:acdcdf1a8d21

repository reorganized
author cin
date Tue, 26 Jun 2018 19:35:44 +0300
parents src/implab/di/Descriptor.js@fc2517695ee1
children
line wrap: on
line source

define([], function() {
    // abstract base type for descriptros
    return function() {};
});