Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgp committed May 5, 2014
1 parent aada2b1 commit a4998c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ternary.js
Original file line number Diff line number Diff line change
@@ -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 = {};
Expand Down

0 comments on commit a4998c6

Please sign in to comment.