client/js/require-utils.js
author durandn
Tue, 01 Mar 2016 17:39:39 +0100
changeset 592 66243fb5e3fc
parent 293 fba23fde14ba
permissions -rw-r--r--
small corrections on serializers to sort out post_save signals

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

});