Remove baseLodash.

This commit is contained in:
John-David Dalton
2017-01-10 11:18:05 -08:00
parent 71f49dda0f
commit b2f69ea36a

View File

@@ -1,10 +0,0 @@
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
export default baseLodash;