diff --git a/light9/web/effects/effects.coffee b/light9/web/effects/effects.coffee --- a/light9/web/effects/effects.coffee +++ b/light9/web/effects/effects.coffee @@ -4,7 +4,7 @@ Polymer graph: {type: Object} effectClasses: { type: Array } ready: -> - @graph.runHandler(@getClasses.bind(@)) + @graph.runHandler(@getClasses.bind(@), 'getClasses') getClasses: -> U = (x) => @graph.Uri(x)