mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
cleanup of missing semicolon
This was SVN commit r17934.
This commit is contained in:
parent
1a02684cf7
commit
c43ce2ca55
1 changed files with 2 additions and 2 deletions
|
|
@ -248,13 +248,13 @@ Trigger.prototype.OnGlobalResearchFinished = function(msg)
|
|||
Trigger.prototype.OnGlobalCinemaPathEnded = function(msg)
|
||||
{
|
||||
this.CallEvent("CinemaPathEnded", msg);
|
||||
}
|
||||
};
|
||||
|
||||
// Handles "OnCinemaQueueEnded" event.
|
||||
Trigger.prototype.OnGlobalCinemaQueueEnded = function(msg)
|
||||
{
|
||||
this.CallEvent("CinemaQueueEnded", msg);
|
||||
}
|
||||
};
|
||||
|
||||
Trigger.prototype.OnGlobalOwnershipChanged = function(msg)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue