Closed addyosmani closed 10 years ago
Unfortunately you can only use strict mode if you never use super(). There is at present no workaround to this problem and so we need to drop this from the element boilerplate.
strict
super()
LGTM, thanks!
Unfortunately you can only use
strict
mode if you never usesuper()
. There is at present no workaround to this problem and so we need to drop this from the element boilerplate.