All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.globalize.src.util.object.values.js Maven / Gradle / Ivy

The newest version!
define(function () {

    return function (object) {
        var i,
            result = [];

        for (i in object) {
            result.push(object[i]);
        }

        return result;
    };

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy