File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,20 +22,21 @@ var compare = function(examples, isDev) {
2222 url : 'https://github.com/liabru/matter-js' ,
2323 reset : true ,
2424 source : true ,
25- inspector : true ,
26- tools : true ,
25+ inspector : false ,
26+ tools : false ,
2727 fullscreen : true ,
2828 exampleSelect : true
2929 } ,
30+ // tools disabled to keep sync between instances
3031 tools : {
31- inspector : true ,
32- gui : true
32+ inspector : false ,
33+ gui : false
3334 } ,
3435 inline : false ,
3536 preventZoom : true ,
3637 resetOnOrientation : true ,
3738 routing : true ,
38- startExample : 'mixed' ,
39+ startExample : false ,
3940 examples : examples
4041 } ) ;
4142
@@ -50,6 +51,7 @@ var compare = function(examples, isDev) {
5051 fullscreen : false ,
5152 exampleSelect : false
5253 } ,
54+ // tools disabled to keep sync between instances
5355 tools : {
5456 inspector : false ,
5557 gui : false
@@ -58,7 +60,7 @@ var compare = function(examples, isDev) {
5860 preventZoom : true ,
5961 resetOnOrientation : true ,
6062 routing : false ,
61- startExample : 'mixed' ,
63+ startExample : false ,
6264 examples : examples . map ( function ( example ) {
6365 return Matter . Common . extend ( { } , example ) ;
6466 } )
You can’t perform that action at this time.
0 commit comments