prototypes icon indicating copy to clipboard operation
prototypes copied to clipboard

Some common prototypes for node.js.

Results 1 prototypes issues
Sort by recently updated
recently updated
newest added

This would fix an interop issue with `angular.forEach()` and Angular.js' `FormController`: https://github.com/angular/angular.js/blob/master/src/Angular.js#L292 https://github.com/angular/angular.js/blob/master/src/ng/directive/form.js#L190 Within the callback on line 190, `this` is `undefined` if `prototypes` is installed. Removing the package fixes...