¡@

Home 

javascript Programming Glossary: oldname

JavaScript: Object Rename Key

http://stackoverflow.com/questions/4647817/javascript-object-rename-key

renames flow. Object.prototype.renameProperty function oldName newName Check for the old property name to avoid a ReferenceError.. a ReferenceError in strict mode. if this.hasOwnProperty oldName this newName this oldName delete this oldName return this ECMAScript.. mode. if this.hasOwnProperty oldName this newName this oldName delete this oldName return this ECMAScript 5 Specific I wish..