I am using plovr (http://plovr.com/) to combine and make JavaScript files smaller. However it changes things like
elt.dataset.DATANAME
to
elt.dataset.e
which of course does not work (and is a bug in plovr, I have just reported this).
How do I work around this bug in plovr?
EDIT: If someone does not know what "dataset" here is then please look here:
HTMLElement.dataset - Web API Interfaces | MDN https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement.dataset