From 7ea00ef9cb81af0332f9f02989775ff1af9c5de5 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Sun, 1 Dec 2013 16:29:18 +0100 Subject: [PATCH] Added comment --- lib/model.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/model.js b/lib/model.js index c683fff..dad26e7 100644 --- a/lib/model.js +++ b/lib/model.js @@ -2,6 +2,7 @@ * Handle models (i.e. docs) * Serialization/deserialization * Copying + * Querying, update */ var dateToJSON = function () { return { $$date: this.getTime() }; }