client/js/require-utils.js
author rougeronj
Wed, 30 Sep 2015 16:33:38 +0200
changeset 556 2737bc21e6dd
parent 293 fba23fde14ba
permissions -rw-r--r--
In case the browser doesn't support fullscreen, disabled button and change tooltip Update css and translation of the new tooltip mesage

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

});