client/js/require-utils.js
author durandn
Thu, 03 Mar 2016 17:09:27 +0100
changeset 593 2ff785d7026c
parent 293 fba23fde14ba
permissions -rw-r--r--
corrected tests and serializer so they can support custom user model, added a readme (to be expanded) with configuration information for the field renkan api will use to render user information

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

});