client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Mon, 11 Mar 2019 18:06:33 +0100
changeset 660 6d939abb9273
parent 293 fba23fde14ba
permissions -rw-r--r--
Upgrade version for screenfull.js to correct problem of fullscreen button on chrome. increment version number

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

});