Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
Fixed the bug fix, a2a216c
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Jun 14, 2012
1 parent 1ce7fc3 commit 2c30c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dnsimple.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ app.talk = function( method, path, fields, callback ) {

// error
req.on( 'error', function( error ) {
dnsimple.emit( 'error', error, options, fields );
app.emit( 'error', error, options, fields );
});

// post and close
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Franklin van de Meent <fr@nkl.in> (http://frankl.in)",
"name": "dnsimple",
"description": "Access the DNSimple API",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/fvdm/nodejs-dnsimple",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2c30c42

Please sign in to comment.