mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Remove unused descriptor var.
This commit is contained in:
@@ -201,14 +201,6 @@
|
|||||||
'trailing': false
|
'trailing': false
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Used as the property descriptor for wrapper metadata */
|
|
||||||
var descriptor = {
|
|
||||||
'configurable': false,
|
|
||||||
'enumerable': false,
|
|
||||||
'value': null,
|
|
||||||
'writable': false
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used to map characters to HTML entities.
|
* Used to map characters to HTML entities.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user