[backend/csv][xs]: set my.__type__ to csv.`
This commit is contained in:
parent
bd98d15b61
commit
3e27edd9c4
@ -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)
|
||||
(function(my) {
|
||||
my.__type__ = 'csv';
|
||||
|
||||
// ## fetch
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user