Merge pull request #369 from smajl/patch-1

Add CSV.js registry and override
This commit is contained in:
Guy Bedford
2015-05-03 19:52:41 +02:00
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"format": "global",
"shim": {
"csv": {
"exports": "CSV"
}
}
}