kflorence/jquery-autosave

Callback default options overridden by user defined options

kflorence opened this issue · 0 comments

_findCallback is storing a direct reference to internal callback.options which is being merged with user defined options. Need to clone internal options to avoid this object mutation.