From: David Schoonover Date: Thu, 7 Jun 2012 16:53:14 +0000 (-0700) Subject: Force load chart-schema as json. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=28d7bdec280098fc487ab34d6cdca5108d3efcd7;p=kraken-ui.git Force load chart-schema as json. --- 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