We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b7d1a commit 9fe21efCopy full SHA for 9fe21ef
Specs/Core/TransformsSpec.js
@@ -923,7 +923,7 @@ defineSuite([
923
}).toThrowDeveloperError();
924
});
925
926
- it('headingPitchRollToFixedFrame throws without an headingPitchRoll', function() {
+ it('headingPitchRollToFixedFrame throws without a headingPitchRoll', function() {
927
expect(function() {
928
Transforms.headingPitchRollToFixedFrame(Cartesian3.ZERO, undefined);
929
0 commit comments