client/js/require-utils.js
author rougeronj
Thu, 01 Oct 2015 14:53:03 +0200
changeset 557 18c36f038e9f
parent 293 fba23fde14ba
permissions -rw-r--r--
- fix fullscreen when renkan is a div - update onresize to better adapt the Renkan when resizing the windows

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

});