[backend/csv][xs]: set my.__type__ to csv.`

This commit is contained in:
Rufus Pollock 2013-02-08 13:20:53 +00:00
parent bd98d15b61
commit 3e27edd9c4

View File

@ -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
//