[backend/csv][xs]: set my.__type__ to csv.`
This commit is contained in:
@@ -4,6 +4,7 @@ this.recline.Backend.CSV = this.recline.Backend.CSV || {};
|
|||||||
|
|
||||||
// Note that provision of jQuery is optional (it is **only** needed if you use fetch on a remote file)
|
// Note that provision of jQuery is optional (it is **only** needed if you use fetch on a remote file)
|
||||||
(function(my) {
|
(function(my) {
|
||||||
|
my.__type__ = 'csv';
|
||||||
|
|
||||||
// ## fetch
|
// ## fetch
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user