Fix DS content backups not loading on IE

IE does not support Object.assign
This commit is contained in:
Stephen Birarda 2018-03-16 14:22:46 -07:00 committed by Ryan Huffman
parent 3a98cf284f
commit debea3791d

View file

@ -2,7 +2,7 @@ if (typeof Settings === "undefined") {
Settings = {}; Settings = {};
} }
Object.assign(Settings, { $.extend(Settings, {
DEPRECATED_CLASS: 'deprecated-setting', DEPRECATED_CLASS: 'deprecated-setting',
TRIGGER_CHANGE_CLASS: 'trigger-change', TRIGGER_CHANGE_CLASS: 'trigger-change',
DATA_ROW_CLASS: 'value-row', DATA_ROW_CLASS: 'value-row',