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