client/js/require-utils.js
author rougeronj
Mon, 05 Jan 2015 13:02:41 +0100
changeset 362 8f33cbeb4f32
parent 293 fba23fde14ba
permissions -rw-r--r--
Add blacklist and override project.toJSON to exclude attributes in blackList

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

});