mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 17:15:37 +02:00
Collapse multiline dict to one line in controllerDisplay
This commit is contained in:
parent
5eef9867b4
commit
69e7dababc
1 changed files with 2 additions and 4 deletions
|
@ -43,10 +43,8 @@ function debug() {
|
|||
createControllerDisplay = function(config) {
|
||||
var controllerDisplay = {
|
||||
overlays: [],
|
||||
partOverlays: {
|
||||
},
|
||||
parts: {
|
||||
},
|
||||
partOverlays: {},
|
||||
parts: {},
|
||||
mappingName: "mapping-display-" + Math.random(),
|
||||
|
||||
setVisible: function(visible) {
|
||||
|
|
Loading…
Reference in a new issue