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=95150b90950890ce0bbd33a2f58a0174205b1118;p=limn.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