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

META-INF.assets.rjzjh.zrender.core.guid.js Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
/**
 * zrender: 生成唯一id
 *
 * @author errorrik ([email protected])
 */

define(
    function() {
        var idStart = 0x0907;

        return function () {
            return 'zr_' + (idStart++);
        };
    }
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy