File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ addons:
1010 - google-chrome-stable
1111
1212node_js :
13- - ' 4 .6'
13+ - ' 11 .6'
1414
1515install :
1616 - npm install
Original file line number Diff line number Diff line change 7676 "karma-chrome-launcher" : " ^2.0.0" ,
7777 "karma-coverage" : " ^1.1.1" ,
7878 "karma-env-preprocessor" : " ^0.1.1" ,
79- "karma-firefox-launcher" : " ^1.0 .0" ,
79+ "karma-firefox-launcher" : " ^1.2 .0" ,
8080 "karma-mocha" : " ^1.1.1" ,
8181 "karma-mocha-reporter" : " ^2.1.0" ,
8282 "karma-sinon-chai" : " 1.2.4" ,
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ setup(function () {
3232 AScene . prototype . renderer = {
3333 vr : {
3434 getDevice : function ( ) { return { requestPresent : function ( ) { } } ; } ,
35+ isPresenting : function ( ) { return true ; } ,
3536 setDevice : function ( ) { } ,
3637 setPoseTarget : function ( ) { } ,
3738 enabled : false
You can’t perform that action at this time.
0 commit comments