Skip to content

Commit c0559b3

Browse files
ilyaiafucher
authored andcommitted
Fix call to aspect calculator for transit chart
1 parent 75b628f commit c0559b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/src/transit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224

225225
var aspectsList = customAspects != null && Array.isArray(customAspects) ?
226226
customAspects :
227-
new astrology.AspectCalculator( this.toPoints ).radix( this.data.planets );
227+
new astrology.AspectCalculator( this.toPoints ).transit( this.data.planets );
228228

229229
var universe = this.universe;
230230
var wrapper = astrology.utils.getEmptyWrapper( universe, astrology._paperElementId + "-" + astrology.ID_ASPECTS);

0 commit comments

Comments
 (0)