Skip to content

Commit

Permalink
add Float class to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklodder committed Nov 23, 2012
1 parent 48ee70d commit 501dcf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/xmlrpc.js
Expand Up @@ -59,3 +59,4 @@ xmlrpc.createSecureServer = function(options, callback) {
return new Server(options, true, callback)
}

xmlrpc.Float = require('./float');

0 comments on commit 501dcf2

Please sign in to comment.