Translate

);
*
* if (_.isError(elements)) {
* elements = [];
* }
*/
var attempt = baseRest(function(func, args) {
try {
return apply(func, undefined, args);
} catch (e) {
return isError(e) ? e : new Error(e);
}
});

/**
* Binds methods of an object to the object itself, overwriting the existing
* method.
*
* **Note:** This method doesn

Glossary

Source Translation
No related strings found in the glossary.

Source information

Source string location
htdocs/​assets/​js/​lodash-4.17.2.js:15199
Source string age
6 years ago
Translation file
i18n/​cs/​LC_MESSAGES/​ucp.po, string 2
String priority
Medium
Failing checks