Skip to content

Commit

Permalink
Use node-serializer randomString.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Feb 21, 2011
1 parent 928bc9a commit faaa32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.js
Expand Up @@ -12,8 +12,8 @@
var url = require('url')
, querystring = require('querystring')

, randomString = require('nodetk/random_str').randomString
, serializer = require('serializer')
, randomString = serializer.randomString
, router = require('connect').router

, oauth2 = require('./common')
Expand Down

0 comments on commit faaa32a

Please sign in to comment.