Sha256: c8511c4d1fc81adee5187b3756f8f7d439973b62982be9f0cf2d77fc97f5d325

Contents?: true

Size: 342 Bytes

Versions: 60

Compression:

Stored size: 342 Bytes

Contents

var indexOf;

if (Array.prototype.indexOf) {
    indexOf = Array.prototype.indexOf;
} else {
    indexOf = function (o) {
        // I know
        var i;
        for (i = 0; i < this.length; ++i) {
            if (this[i] === o) {
                return i;
            }
        }
        return -1;
    };
}

export { indexOf as default };

Version data entries

60 entries across 59 versions & 10 rubygems

Version Path
card-mod-date-0.15.6 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.15.0 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.14.2 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.14.1 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.14.0 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.13.4 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.13.3 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.13.2 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.13.1 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.13.0 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.11.7 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.12.0 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.11.6 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.11.5 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.11.4 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.11.3 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.11.2 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.11.1 vendor/moment/src/lib/utils/index-of.js
card-mod-date-0.11.0 vendor/moment/src/lib/utils/index-of.js
card-1.100.0 mod/date/vendor/moment/src/lib/utils/index-of.js