From a4998c6e28736d8eef726b0bd9508729ad7900ed Mon Sep 17 00:00:00 2001 From: Tom Pearson Date: Mon, 5 May 2014 20:40:43 +0100 Subject: [PATCH] typo --- ternary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ternary.js b/ternary.js index c4187bc..f1e7db4 100644 --- a/ternary.js +++ b/ternary.js @@ -1,7 +1,7 @@ 'use strict'; if( !tgp ){ var tgp = {}; } -if( !tgp.d3 ){ tgp.d3 = {};3 +if( !tgp.d3 ){ tgp.d3 = {};} tgp.d3.ternaryPlot = function(){ var ternary = {};