client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Thu, 07 Apr 2016 13:14:36 +0200
changeset 602 fa80b0104695
parent 293 fba23fde14ba
permissions -rw-r--r--
It is not up to the generic api to decide on CSRF policy. This must be left to client applications

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

});