From d17679730763fac58359073d481de260ada0bae1 Mon Sep 17 00:00:00 2001 From: Pete Richards Date: Tue, 1 Mar 2016 10:59:23 -0800 Subject: [PATCH] [Style] Add missing semicolon --- platform/features/plot/src/PlotOptionsController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/features/plot/src/PlotOptionsController.js b/platform/features/plot/src/PlotOptionsController.js index 8be5579ebf..381ee4dea2 100644 --- a/platform/features/plot/src/PlotOptionsController.js +++ b/platform/features/plot/src/PlotOptionsController.js @@ -105,7 +105,7 @@ define( watch(); }); this.watches = []; - } + }; /** * Attach watches for each object in the plot's composition