Skip to content

Commit 18dd2f3

Browse files
Bump aframe-master dist/ builds. (aframevr/aframe@29f89e7...79177fc)
1 parent 79177fc commit 18dd2f3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

‎dist/aframe-master.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77666,7 +77666,7 @@ _dereq_('./core/a-mixin');
7766677666
_dereq_('./extras/components/');
7766777667
_dereq_('./extras/primitives/');
7766877668

77669-
console.log('A-Frame Version: 0.8.2 (Date 2018-11-07, Commit #fc18cde)');
77669+
console.log('A-Frame Version: 0.8.2 (Date 2018-11-08, Commit #79177fc)');
7767077670
console.log('three Version:', pkg.dependencies['three']);
7767177671
console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);
7767277672

@@ -79627,7 +79627,7 @@ module.exports.isLandscape = function () {
7962779627
* Check if device is iOS and older than version 10.
7962879628
*/
7962979629
module.exports.isIOSOlderThan10 = function (userAgent) {
79630-
return /(iphone|ipod|ipad).*os.(7|8|9)/i.test(userAgent);
79630+
return /(iphone|ipod|ipad).*os.(7_|8_|9_)/i.test(userAgent);
7963179631
};
7963279632

7963379633
/**

0 commit comments

Comments
 (0)