mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Bump to v4.13.0.
This commit is contained in:
@@ -26,7 +26,7 @@ var arrayEach = require('./_arrayEach'),
|
||||
* }
|
||||
* };
|
||||
*
|
||||
* _.bindAll(view, 'onClick');
|
||||
* _.bindAll(view, ['onClick']);
|
||||
* jQuery(element).on('click', view.onClick);
|
||||
* // => Logs 'clicked docs' when clicked.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user