From 3e27edd9c43289e9737f1c8d082e8eebbaac632c Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Fri, 8 Feb 2013 13:20:53 +0000 Subject: [PATCH] [backend/csv][xs]: set my.__type__ to csv.` --- src/backend.csv.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend.csv.js b/src/backend.csv.js index 83e71d9c..454015f0 100644 --- a/src/backend.csv.js +++ b/src/backend.csv.js @@ -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 //