client/js/require-utils.js
author durandn
Tue, 02 Feb 2016 16:21:20 +0100
changeset 589 0ae11aa255a3
parent 293 fba23fde14ba
permissions -rw-r--r--
Moved python2/django into a django2 folder for consistency + clarified serializers fields name

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

});