client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Sun, 14 Jul 2024 21:04:58 +0200
changeset 662 df0060476f35
parent 293 fba23fde14ba
permissions -rw-r--r--
set file encoding

define([], function ($, _) {
    'use strict';
    return {
        getUtils: function(){
            return window.Rkns.Utils;
        },
        getRenderer: function(){
            return window.Rkns.Renderer;
        }
    };

});