[w3c/webcomponents] [templates] No need for -Callback suffix (#684)

Since these aren't methods that live on some class which will be full of useful user-defined stuff, we don't need to "namespace" them like we did with custom elements. Let's just do `create() { ... }` and `process() { ... }` instead.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/684

Received on Thursday, 2 November 2017 04:32:01 UTC