(function() { function ensureObjectPathExists(path) { var parts = path.split("."); if (!parts.length) { return; } var parent = window; for(var i=0; i