From f1a25d2637de13e9cf65c89118b8c94ba76b3357 Mon Sep 17 00:00:00 2001 From: Bob Monteverde Date: Thu, 16 Aug 2012 17:04:18 -0400 Subject: [PATCH] fix minor spelling error --- nv.d3.js | 2 +- src/models/bullet.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nv.d3.js b/nv.d3.js index da30298..57cd9ce 100644 --- a/nv.d3.js +++ b/nv.d3.js @@ -868,7 +868,7 @@ nv.models.bullet = function() { var dispatch = d3.dispatch('elementMouseover', 'elementMouseout'); - // For each small multiple… + // For each small multiple function chart(g) { g.each(function(d, i) { var availableWidth = width - margin.left - margin.right, diff --git a/src/models/bullet.js b/src/models/bullet.js index e3f064e..831c665 100644 --- a/src/models/bullet.js +++ b/src/models/bullet.js @@ -15,7 +15,7 @@ nv.models.bullet = function() { var dispatch = d3.dispatch('elementMouseover', 'elementMouseout'); - // For each small multiple… + // For each small multiple function chart(g) { g.each(function(d, i) { var availableWidth = width - margin.left - margin.right,