Skip to content

Commit ee3291d

Browse files
Bump aframe-master dist/ builds. (8994588...d994f74)
1 parent d994f74 commit ee3291d

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
lines changed

dist/aframe-master.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77560,7 +77560,7 @@ _dereq_('./core/a-mixin');
7756077560
_dereq_('./extras/components/');
7756177561
_dereq_('./extras/primitives/');
7756277562

77563-
console.log('A-Frame Version: 0.6.1 (Date 17-08-2017, Commit #86b197e)');
77563+
console.log('A-Frame Version: 0.6.1 (Date 18-08-2017, Commit #d994f74)');
7756477564
console.log('three Version:', pkg.dependencies['three']);
7756577565
console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);
7756677566

@@ -79018,7 +79018,6 @@ module.exports.System = registerSystem('shadow', {
7901879018

7901979019
},{"../core/system":136,"../lib/three":174,"../utils/bind":191}],190:[function(_dereq_,module,exports){
7902079020
var registerSystem = _dereq_('../core/system').registerSystem;
79021-
var utils = _dereq_('../utils');
7902279021

7902379022
/**
7902479023
* Tracked controls system.
@@ -79030,9 +79029,6 @@ module.exports.System = registerSystem('tracked-controls', {
7903079029

7903179030
this.controllers = [];
7903279031

79033-
// Throttle to every 500ms.
79034-
this.tick = utils.throttle(this.tick, 500, this);
79035-
7903679032
this.updateControllerList();
7903779033

7903879034
if (!navigator.getVRDisplays) { return; }
@@ -79076,7 +79072,7 @@ module.exports.System = registerSystem('tracked-controls', {
7907679072
}
7907779073
});
7907879074

79079-
},{"../core/system":136,"../utils":197}],191:[function(_dereq_,module,exports){
79075+
},{"../core/system":136}],191:[function(_dereq_,module,exports){
7908079076
/**
7908179077
* Faster version of Function.prototype.bind
7908279078
* @param {Function} fn - Function to wrap.

dist/aframe-master.js.map

Lines changed: 3 additions & 3 deletions
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: 3 additions & 3 deletions
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
@@ -83,7 +83,7 @@ require('./core/a-mixin');
8383
require('./extras/components/');
8484
require('./extras/primitives/');
8585

86-
console.log('A-Frame Version: 0.6.1 (Date 17-08-2017, Commit #86b197e)');
86+
console.log('A-Frame Version: 0.6.1 (Date 18-08-2017, Commit #d994f74)');
8787
console.log('three Version:', pkg.dependencies['three']);
8888
console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);
8989

0 commit comments

Comments
 (0)