Closed andidev closed 9 years ago
This is tested and it works, the problem was that line 51 options.deps || data.deps || [] replaces false values with []. See commit diff for sulution.
options.deps || data.deps || []
false
[]
This is tested and it works, the problem was that line 51
options.deps || data.deps || []
replacesfalse
values with[]
. See commit diff for sulution.