Closed lipsumar closed 8 years ago
DSF analyse code to find dependencies, but sometimes it just can'f find some dependencies.
Very easy to add: change this in Component.resolveDependencies:
Component.resolveDependencies
var dependencies = [],
to
var dependencies = this.config.dependencies || [],
DSF analyse code to find dependencies, but sometimes it just can'f find some dependencies.
Very easy to add: change this in
Component.resolveDependencies
:to