Get rid of jQuery

This commit is contained in:
2015-03-17 16:18:13 +07:00
parent c27ad86947
commit bb0154638a
6 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ var ChartDataMixin = {
currentParams: paramsHash,
state: 'loadingData'
}, function() {
$.get(this.props.api, this.apiParams(), function(res){
getURL(this.props.api, this.apiParams(), function(res){
this.setState({
rawData: res || [],
state: 'newData'