Mercurial > psgxs
comparison nodes.js @ 35:6697f394301f
Replace util with fdsq to work around a stupid bug.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 10 Nov 2010 01:30:03 +0100 |
parents | 95fc43d1bd54 |
children | 023f767662d3 |
comparison
equal
deleted
inserted
replaced
34:dcf1f09f8cee | 35:6697f394301f |
---|---|
20 require('./iso8601'); | 20 require('./iso8601'); |
21 var errors = require('./errors'); | 21 var errors = require('./errors'); |
22 var config = require('./configuration'); | 22 var config = require('./configuration'); |
23 var service_configuration = config.service_configuration; | 23 var service_configuration = config.service_configuration; |
24 var Configuration = config.Configuration; | 24 var Configuration = config.Configuration; |
25 var makeRandomId = require('./util').makeRandomId; | 25 var makeRandomId = require('./fdsq').makeRandomId; |
26 | 26 |
27 exports.Item = function() { | 27 exports.Item = function() { |
28 this.content = null; | 28 this.content = null; |
29 this.date = new Date(); | 29 this.date = new Date(); |
30 return this; | 30 return this; |