You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
Trying to use vis Timeline in a Sencha ExtJS application. The Sencha Cmd build tool uses YUI Compressor by default. It barfs on vis.js due to use of reserved words, e.g. "default" in the following:
Trying to use vis Timeline in a Sencha ExtJS application. The Sencha Cmd build tool uses YUI Compressor by default. It barfs on vis.js due to use of reserved words, e.g. "default" in the following:
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
PS. I also tried using the Closure Compiler and this failed for some other reason (can't recall the details).
The text was updated successfully, but these errors were encountered: