mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:57:58 +02:00
replace accidentally deleted line
This commit is contained in:
parent
9dd91ea31e
commit
c66badc53c
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ GridTool = function (opts) {
|
||||||
} else if (data.type == "update") {
|
} else if (data.type == "update") {
|
||||||
horizontalGrid.update(data);
|
horizontalGrid.update(data);
|
||||||
for (var i = 0; i < listeners.length; i++) {
|
for (var i = 0; i < listeners.length; i++) {
|
||||||
[i] && listeners[i](data);
|
listeners[i] && listeners[i](data);
|
||||||
}
|
}
|
||||||
} else if (data.type == "action") {
|
} else if (data.type == "action") {
|
||||||
var action = data.action;
|
var action = data.action;
|
||||||
|
|
Loading…
Reference in a new issue