Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
underscore
/
amd
/
Filename :
isUndefined.js
back
Copy
define(function () { // Is a given variable undefined? function isUndefined(obj) { return obj === void 0; } return isUndefined; });