client/js/require-utils.js
author rougeronj
Wed, 30 Sep 2015 16:32:21 +0200
changeset 555 49daeea94e88
parent 293 fba23fde14ba
permissions -rw-r--r--
New library to handle fullscreen : screenfull.js

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

});