client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Sun, 14 Jul 2024 21:15:54 +0200
changeset 663 9cb6028fcf55
parent 293 fba23fde14ba
permissions -rw-r--r--
Prepare version 0.13.4

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

});