Skip to content

Commit

Permalink
Bump aframe-master dist/ builds. (f97468c...204a8db)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupermediumBot committed Nov 21, 2024
1 parent 204a8db commit e3192da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/aframe-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -6431,7 +6431,7 @@ module.exports.Component = registerComponent('animation', {

// Parse coordinates.
from = data.from !== '' ? utils.coordinates.parse(data.from) // If data.from defined, use that.
: getComponentProperty(el, data.property); // If data.from not defined, get on the fly.
: getComponentProperty(el, property); // If data.from not defined, get on the fly.
to = utils.coordinates.parse(data.to);
if (property === PROP_ROTATION) {
toRadians(from);
Expand Down Expand Up @@ -24558,7 +24558,7 @@ __webpack_require__(/*! ./core/a-mixin */ "./src/core/a-mixin.js");
// Extras.
__webpack_require__(/*! ./extras/components/ */ "./src/extras/components/index.js");
__webpack_require__(/*! ./extras/primitives/ */ "./src/extras/primitives/index.js");
console.log('A-Frame Version: 1.6.0 (Date 2024-11-21, Commit #81634786)');
console.log('A-Frame Version: 1.6.0 (Date 2024-11-21, Commit #204a8db7)');
console.log('THREE Version (https://github.com/supermedium/three.js):', THREE.REVISION);

// Wait for ready state, unless user asynchronously initializes A-Frame.
Expand Down
2 changes: 1 addition & 1 deletion dist/aframe-master.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aframe-master.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aframe-master.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ require('./core/a-mixin');
require('./extras/components/');
require('./extras/primitives/');

console.log('A-Frame Version: 1.6.0 (Date 2024-11-21, Commit #81634786)');
console.log('A-Frame Version: 1.6.0 (Date 2024-11-21, Commit #204a8db7)');
console.log('THREE Version (https://github.com/supermedium/three.js):',
THREE.REVISION);

Expand Down

0 comments on commit e3192da

Please sign in to comment.