[EDIT] FILE: _shallowProperty.js.tar
home/koolde6/public_html/lovestrong/frontend/node_modules/underscore/cjs/_shallowProperty.js 0000755 00000000336 15076573563 0026730 0 ustar 00 // Internal helper to generate a function to obtain property `key` from `obj`. function shallowProperty(key) { return function(obj) { return obj == null ? void 0 : obj[key]; }; } module.exports = shallowProperty; home/koolde6/public_html/lovestrong/frontend/node_modules/underscore/amd/_shallowProperty.js 0000755 00000000375 15076576551 0026715 0 ustar 00 define(function () { // Internal helper to generate a function to obtain property `key` from `obj`. function shallowProperty(key) { return function(obj) { return obj == null ? void 0 : obj[key]; }; } return shallowProperty; });
SAVE
CANCEL