X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ang%2FcrmMailingAB%2FStats.js;h=da2ebb63e11aecac09bc7cc21f06105b81053ef5;hb=772dc650964a584808bbdc256c24988e9467475b;hp=3363ea625b3b0920e122d9f8d4ec12401b74e50f;hpb=493320d761d52dab8db1233bd2ffe3c61aac171f;p=civicrm-core.git diff --git a/ang/crmMailingAB/Stats.js b/ang/crmMailingAB/Stats.js index 3363ea625b..da2ebb63e1 100644 --- a/ang/crmMailingAB/Stats.js +++ b/ang/crmMailingAB/Stats.js @@ -189,7 +189,7 @@ .orient("left").ticks(5); // Define the line - // Note you plot the time / score pair from each key you created ealier + // Note you plot the time / score pair from each key you created earlier var valueline = d3.svg.line() .x(function (d) { return x(d.time);