From 7efb3876fac94b1d51c0928c3430881cd1ea0991 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Tue, 28 May 2013 19:12:04 -0400 Subject: [PATCH] Add missing semicolon. --- jquery.flot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.flot.js b/jquery.flot.js index f5a6661..3d12081 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -425,7 +425,7 @@ Licensed under the MIT license. element: positions.length ? info.element.clone() : info.element, x: x, y: y - } + }; positions.push(position);