Skip to content

Commit

Permalink
Merge branch 'master' of github.com:1602/jugglingdb
Browse files Browse the repository at this point in the history
  • Loading branch information
1602 committed Dec 13, 2013
2 parents c9b3d97 + 0d08051 commit d17fc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schema.js
Expand Up @@ -21,7 +21,7 @@ exports.Schema = Schema;
*/
var slice = Array.prototype.slice;

Schema.Text = function Text() {};
Schema.Text = function Text(s) { return s; };
Schema.JSON = function JSON() {};

Schema.types = {};
Expand Down

0 comments on commit d17fc3c

Please sign in to comment.