comparison src/editor.tp @ 109:a647cdad620b

Small fix to selecting a funcall method/function name
author Mike Pavone <pavone@retrodev.com>
date Sat, 13 Apr 2013 17:33:14 -0700
parents 5099c1a96e3f
children d715fb3c39ab
comparison
equal deleted inserted replaced
108:5099c1a96e3f 109:a647cdad620b
67 } 67 }
68 } 68 }
69 69
70 selectParent <- :node { 70 selectParent <- :node {
71 each: (qall: ".selectParent") :idx el { 71 each: (qall: ".selectParent") :idx el {
72 removeClass: el "selected" 72 removeClass: el "selectParent"
73 } 73 }
74 addClass: (node parentNode) "selectParent" 74 addClass: (node parentNode) "selectParent"
75 } 75 }
76 76
77 popInscope:onClick <- :syms :handler { 77 popInscope:onClick <- :syms :handler {