Added comment

pull/2/head
Louis Chatriot 11 years ago
parent 421311e234
commit 7ea00ef9cb
  1. 1
      lib/model.js

@ -2,6 +2,7 @@
* Handle models (i.e. docs) * Handle models (i.e. docs)
* Serialization/deserialization * Serialization/deserialization
* Copying * Copying
* Querying, update
*/ */
var dateToJSON = function () { return { $$date: this.getTime() }; } var dateToJSON = function () { return { $$date: this.getTime() }; }

Loading…
Cancel
Save