symbol-es6
symbol-es6 copied to clipboard
polyfill always enabled
Bug: Polyfill is always enabled. Expected behaviour: Polyfill is only enabled if needed for browser.
Cause: var isES6Running = function() { return false; /* Now 'false' for testing purpose */ };