Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
is-jquery-obj
/
Filename :
index.js
back
Copy
// NOTE: Can't use 'obj instanceof $' check because it depends on instance of the jQuery. module.exports = function (obj) { return !!(obj && obj.jquery); };