Skip to content

Commit e3192da

Browse files
Bump aframe-master dist/ builds. (f97468c...204a8db)
1 parent 204a8db commit e3192da

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dist/aframe-master.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6431,7 +6431,7 @@ module.exports.Component = registerComponent('animation', {
64316431

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

2456424564
// Wait for ready state, unless user asynchronously initializes A-Frame.

dist/aframe-master.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/aframe-master.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/aframe-master.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ require('./core/a-mixin');
5656
require('./extras/components/');
5757
require('./extras/primitives/');
5858

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

0 commit comments

Comments
 (0)