UNPKG

json-object-editor

Version:

JOE the Json Object Editor | Platform Edition

12 lines (11 loc) 248 B
//NOT READY YET function History() { var self = this; this.save = function(itemid,user,timestamp){ //JOE.Mongo.save() }; this.get = function(query){ }; return this; } module.exports = new History();