mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Bump to v3.10.1.
This commit is contained in:
@@ -8,7 +8,7 @@ define(['./realNames'], function(realNames) {
|
||||
* @returns {string} Returns the function name.
|
||||
*/
|
||||
function getFuncName(func) {
|
||||
var result = func.name,
|
||||
var result = (func.name + ''),
|
||||
array = realNames[result],
|
||||
length = array ? array.length : 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user