client/js/require-utils.js
author rougeronj
Thu, 18 Jun 2015 17:18:15 +0200
changeset 507 fe71fdbc6663
parent 293 fba23fde14ba
permissions -rw-r--r--
change this.render to this.render.view which handle the representation of the view

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

});