annotate core/src/js/di/Descriptor.js @ 31:40d2e49a7219

working on dependencies
author cin
date Wed, 27 Jun 2018 04:31:39 +0300
parents acdcdf1a8d21
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fc2517695ee1 Initial commit, draft import of existing work
cin
parents:
diff changeset
1 define([], function() {
fc2517695ee1 Initial commit, draft import of existing work
cin
parents:
diff changeset
2 // abstract base type for descriptros
fc2517695ee1 Initial commit, draft import of existing work
cin
parents:
diff changeset
3 return function() {};
fc2517695ee1 Initial commit, draft import of existing work
cin
parents:
diff changeset
4 });