client/js/require-utils.js
author rougeronj
Mon, 05 Jan 2015 10:06:39 +0100
changeset 359 9fc64b41466c
parent 293 fba23fde14ba
permissions -rw-r--r--
use === instead of ==

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

});