javascript - Why isn't lodash installed through Bower chaining calls to sortBy? -
In my opinion, if I have the following code with a comma object (2.4.1), for example []
:
_ ([]) should be generated. SortBy (). SortBy (). Value ()
I have verified that this works, but when I install Lodhash (2.4.1) through the bower, then the above code is wrapped in the object ( _ ([])
) does not support method channing
How will turquoise churning the lodash method installed?
The reason is that, one of the files installed by Bower, is automatically included in my app This landband version treats like underscores, in which it does not automatically chain.
Comments
Post a Comment