Skip to content

preserve additional options bugfix, helper function lexical this bugfix.

Compare
Choose a tag to compare
@cfurst cfurst released this 19 Jun 20:23
· 4 commits to master since this release
ce54f4d

There were two helper functions added which assumed ECMA6's contextual this feature. However this is not implemented everywhere. So I reverted this back to using a call(this, arugments) style.

Also, additional options like utcOffset, timeZone and job start were not preserved when tabs where updated.