Skip to content

Commit

Permalink
Reverse logic to make CSV default. (Addresses rwjblue#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Jackson committed Apr 23, 2012
1 parent 7b5270e commit 0fadc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery_pivot.js
Expand Up @@ -53,7 +53,7 @@ var methods = {
}; };
}, },
process_from_url : function(options){ process_from_url : function(options){
var re = /\.csv$/i, var re = /\.json$/i,
dataType; dataType;


if (re.test(options.url)) if (re.test(options.url))
Expand Down

0 comments on commit 0fadc73

Please sign in to comment.