client/js/require-utils.js
author rougeronj
Mon, 05 Oct 2015 11:08:26 +0200
changeset 576 1e1791dfc9e4
parent 293 fba23fde14ba
permissions -rw-r--r--
add delay before resizing on fullscreen, because the callback isn't called exactly at the end of the fullscreen set up

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

});