cleanup of missing semicolon

This was SVN commit r17934.
This commit is contained in:
mimo 2016-03-21 20:33:05 +00:00
parent 1a02684cf7
commit c43ce2ca55

View file

@ -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)
{