chore: remove dead meta.getContext

This commit is contained in:
cha0s 2019-03-18 19:57:13 -05:00
parent 5e4fde6642
commit c1f18949e5

View File

@ -16,7 +16,6 @@ export function PropertyMixin(key, meta = {}) {
throw new TypeError(`can't redefine Avocado property "${key}"`);
}
meta.getContext = meta.getContext || function() { return this; };
if ('identity' === meta.transformProperty) {
meta.transformProperty = (key) => key;
}