mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +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") {
|
||||
horizontalGrid.update(data);
|
||||
for (var i = 0; i < listeners.length; i++) {
|
||||
[i] && listeners[i](data);
|
||||
listeners[i] && listeners[i](data);
|
||||
}
|
||||
} else if (data.type == "action") {
|
||||
var action = data.action;
|
||||
|
|
Loading…
Reference in a new issue