angular-ui/ui-grid

CSV is undefined when using requireJS

Open

#4.322 geöffnet am 4. Sept. 2015

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
good first issuegrid-exporter

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I'm not sure what the proper fix for this, but if you inserted this one line before line 484 of imported.js, it starts working:

var CSV = require('csv');

Again, not sure if this is a proper fix. Someone who knows a bit more about requireJS should comment.

Contributor Guide