1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
function helperDeleteProperty (obj, property) {
|
||||
try {
|
||||
delete obj[property]
|
||||
} catch (e) {
|
||||
obj[property] = undefined
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = helperDeleteProperty
|
||||
Reference in New Issue
Block a user