📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 04:57:01
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
underscore
/
amd
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/underscore/amd
🔄 Refresh
✏️
Editing: mixin.js
Writable
define(['./underscore', './each', './functions', './_setup', './_chainResult'], function (underscore, each, functions, _setup, _chainResult) { // Add your own custom functions to the Underscore object. function mixin(obj) { each(functions(obj), function(name) { var func = underscore[name] = obj[name]; underscore.prototype[name] = function() { var args = [this._wrapped]; _setup.push.apply(args, arguments); return _chainResult(this, func.apply(underscore, args)); }; }); return underscore; } return mixin; });
💾 Save Changes
❌ Cancel