From c43ce2ca55d24d81c2d5bbbbfb7098233ed3de3d Mon Sep 17 00:00:00 2001 From: mimo Date: Mon, 21 Mar 2016 20:33:05 +0000 Subject: [PATCH] cleanup of missing semicolon This was SVN commit r17934. --- binaries/data/mods/public/simulation/components/Trigger.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/data/mods/public/simulation/components/Trigger.js b/binaries/data/mods/public/simulation/components/Trigger.js index 043c0aac0e..04f575ddec 100644 --- a/binaries/data/mods/public/simulation/components/Trigger.js +++ b/binaries/data/mods/public/simulation/components/Trigger.js @@ -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) {