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

META-INF.resources.bower_components.globalize.src.common.runtime-key.js Maven / Gradle / Ivy

There is a newer version: 0.66.0.1
Show newest version
define([
    "../util/string/hash"
], function (stringHash) {

    return function (fnName, locale, args, argsStr) {
        var hash;
        argsStr = argsStr || JSON.stringify(args);
        hash = stringHash(fnName + locale + argsStr);
        return hash > 0 ? "a" + hash : "b" + Math.abs(hash);
    };

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy