Skip to content

Commit

Permalink
uncomment line 43
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekgarg120 committed Sep 12, 2015
1 parent 811a813 commit a65488c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robotjs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ NAN_METHOD(moveMouse)
moveMouse(point);
microsleep(mouseDelay);

// info.GetReturnValue().Set(Nan::New(1));
info.GetReturnValue().Set(Nan::New(1));
}

NAN_METHOD(moveMouseSmooth)
Expand Down

0 comments on commit a65488c

Please sign in to comment.