Skip to content

Commit

Permalink
Switched to tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed May 27, 2015
1 parent 431abe5 commit 16cfd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robotjs.cc
Expand Up @@ -492,7 +492,7 @@ void init(Handle<Object> target)
target->Set(NanNew<String>("keyTap"),
NanNew<FunctionTemplate>(keyTap)->GetFunction());

target->Set(NanNew<String>("keyToggle"),
target->Set(NanNew<String>("keyToggle"),
NanNew<FunctionTemplate>(keyToggle)->GetFunction());

target->Set(NanNew<String>("typeString"),
Expand Down

0 comments on commit 16cfd6c

Please sign in to comment.