# HG changeset patch # User Mike Pavone # Date 1365899594 25200 # Node ID a647cdad620b3afe6a9fe90397f8457bfbba7fce # Parent 5099c1a96e3f6cc2449aa890b208e4e75ef6ff1b Small fix to selecting a funcall method/function name diff -r 5099c1a96e3f -r a647cdad620b src/editor.tp --- a/src/editor.tp Sat Apr 13 15:54:53 2013 -0700 +++ b/src/editor.tp Sat Apr 13 17:33:14 2013 -0700 @@ -69,7 +69,7 @@ selectParent <- :node { each: (qall: ".selectParent") :idx el { - removeClass: el "selected" + removeClass: el "selectParent" } addClass: (node parentNode) "selectParent" }