diff --git a/examples/basic/index.html b/examples/basic/index.html index 0f2b2540..4cf5f1c4 100644 --- a/examples/basic/index.html +++ b/examples/basic/index.html @@ -4,7 +4,7 @@ - + diff --git a/examples/common/mappings.js b/examples/common/mappings.js index 6e84c916..a6d056f4 100644 --- a/examples/common/mappings.js +++ b/examples/common/mappings.js @@ -1,18 +1,16 @@ var mappings = { - mappings: { - default: { - common: { - trackpaddown: 'teleportstart', - trackpadup: 'teleportend' - }, - 'oculus-touch-controls': { - thumbstickdown: 'teleportstart', - thumbstickup: 'teleportend' - }, - keyboard: { - 't_down': 'teleportstart', - 't_up': 'teleportend' - } + default: { + common: { + trackpaddown: 'teleportstart', + trackpadup: 'teleportend' + }, + 'oculus-touch-controls': { + thumbstickdown: 'teleportstart', + thumbstickup: 'teleportend' + }, + keyboard: { + 't_down': 'teleportstart', + 't_up': 'teleportend' } } }; diff --git a/examples/custom/index.html b/examples/custom/index.html index 4f62cde3..93a17bd4 100644 --- a/examples/custom/index.html +++ b/examples/custom/index.html @@ -4,7 +4,7 @@ - + diff --git a/examples/mesh/index.html b/examples/mesh/index.html index 4586e2dc..7331e9a8 100644 --- a/examples/mesh/index.html +++ b/examples/mesh/index.html @@ -4,7 +4,7 @@ - + diff --git a/examples/multiple/index.html b/examples/multiple/index.html index 8794f7f3..241932a9 100644 --- a/examples/multiple/index.html +++ b/examples/multiple/index.html @@ -5,7 +5,7 @@ - +