Skip to content

Commit

Permalink
Merge pull request #97 from chilimangoes/pr-javascript-lambda
Browse files Browse the repository at this point in the history
Javascript CCR: Add "anon funk" command
  • Loading branch information
synkarius committed Aug 29, 2015
2 parents 5e00f27 + 7c23507 commit e7b62e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions caster/bin/data/ccr/configjavascript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ cmd.map = {
"function": R(Text("function NAME() {};")+Key("left:2, enter")
+SelectiveAction(Key("enter, up"), ["AptanaStudio3.exe"]),
rdescript="Javascript: Function"),
"anon funk": R(Text("function () {}")+Key("left:1, enter")
+SelectiveAction(Key("enter, up"), ["AptanaStudio3.exe"]),
rdescript="Javascript: Anonymous Function"),
# (no classes in javascript)
#
"add comment": R(Text("//"), rdescript="Javascript: Add Comment"),
Expand Down

0 comments on commit e7b62e9

Please sign in to comment.