client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Fri, 16 May 2014 17:36:21 +0200
changeset 296 ded85569cb98
parent 293 fba23fde14ba
permissions -rw-r--r--
correct test to take into account the new renderer name

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

});