yoCopy(source, dest)
Copy the properties from the source object to the destination object
var baseSettings = {};
yoCopy(userSettings, baseSettings);
Go to index
Copy the properties from the source object to the destination object
var baseSettings = {};
yoCopy(userSettings, baseSettings);
Go to index