Closed ghost closed 8 years ago
There is a typo in fly.js
Line 267 variable 'heading' is not defined.
flyjs.calculateHeadingAndGroundSpeed = function (trueAirSpeed, course, windSpeed, windDirection, roundTo) {
WindTriangleCalculator.calculateHeadingAndGroundSpeed(trueAirSpeed, heading, windSpeed, windDirection, roundTo); return { heading: WindTriangleCalculator.getHeading(), groundSpeed: WindTriangleCalculator.getGroundSpeed() };
};
@hat27533 thanks for the feedback that should be fixed now
There is a typo in fly.js
Line 267 variable 'heading' is not defined.
flyjs.calculateHeadingAndGroundSpeed = function (trueAirSpeed, course, windSpeed, windDirection, roundTo) {
};