client/js/require-utils.js
author cavaliet
Thu, 24 Jul 2014 16:26:42 +0200
changeset 321 45be7539237a
parent 293 fba23fde14ba
permissions -rw-r--r--
update img and css in django app

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

});