client/js/require-utils.js
author durandn
Mon, 22 Feb 2016 10:41:11 +0100
changeset 590 3be2a86981c2
parent 293 fba23fde14ba
permissions -rw-r--r--
API versioning via namespace

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

});