Sha256: 56c54deed06497ea8f5090d77d40c783c65d4ccdea2a1553ebf795370cb224b5
Contents?: true
Size: 352 Bytes
Versions: 9
Compression:
Stored size: 352 Bytes
Contents
(function(global) { global.S3MP = (function() { // Wrap this into underscore library extension _.mixin({ findIndex : function (collection, filter) { for (var i = 0; i < collection.length; i++) { if (filter(collection[i], i, collection)) { return i; } } return -1; } });
Version data entries
9 entries across 9 versions & 1 rubygems