first commit, after modifying client section
This commit is contained in:
3
public/assets/vendors/moment/src/lib/utils/has-own-prop.js
vendored
Executable file
3
public/assets/vendors/moment/src/lib/utils/has-own-prop.js
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
export default function hasOwnProp(a, b) {
|
||||
return Object.prototype.hasOwnProperty.call(a, b);
|
||||
}
|
||||
Reference in New Issue
Block a user