preserve additional options bugfix, helper function lexical this bugfix.
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.