mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Update underscore.js to 1.13.6
This commit is contained in:
4
vendor/underscore/modules/isUndefined.js
vendored
Normal file
4
vendor/underscore/modules/isUndefined.js
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
// Is a given variable undefined?
|
||||
export default function isUndefined(obj) {
|
||||
return obj === void 0;
|
||||
}
|
||||
Reference in New Issue
Block a user