view src/implab/di/Descriptor.js @ 23:1d72fddc319a

make eslint happy
author cin
date Wed, 06 Dec 2017 14:19:45 +0300
parents fc2517695ee1
children
line wrap: on
line source

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