3
0
Fork 0
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:
Ryan Huffman 2016-10-27 15:16:34 -07:00
parent 5eef9867b4
commit 69e7dababc

View file

@ -43,10 +43,8 @@ function debug() {
createControllerDisplay = function(config) {
var controllerDisplay = {
overlays: [],
partOverlays: {
},
parts: {
},
partOverlays: {},
parts: {},
mappingName: "mapping-display-" + Math.random(),
setVisible: function(visible) {