Mercurial > psgxs
diff 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 |
line wrap: on
line diff
--- a/nodes.js +++ b/nodes.js @@ -22,7 +22,7 @@ var errors = require('./errors'); var config = require('./configuration'); var service_configuration = config.service_configuration; var Configuration = config.Configuration; -var makeRandomId = require('./util').makeRandomId; +var makeRandomId = require('./fdsq').makeRandomId; exports.Item = function() { this.content = null;