From 28d7bdec280098fc487ab34d6cdca5108d3efcd7 Mon Sep 17 00:00:00 2001 From: David Schoonover Date: Thu, 7 Jun 2012 09:53:14 -0700 Subject: [PATCH] Force load chart-schema as json. --- lib/chart/chart-type.co | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/chart/chart-type.co b/lib/chart/chart-type.co index 7cfee2f..ca74132 100644 --- a/lib/chart/chart-type.co +++ b/lib/chart/chart-type.co @@ -160,6 +160,7 @@ class exports.ChartType extends ReadyEmitter proto = @constructor:: jQuery.ajax do url : @SPEC_URL + dataType : 'json' success : (spec) ~> proto.spec = spec proto.options_ordered = spec -- 1.7.0.4