client/js/require-utils.js
author rougeronj
Thu, 24 Sep 2015 13:31:13 +0200
changeset 547 0ce3dcdf24f7
parent 293 fba23fde14ba
permissions -rw-r--r--
- add option to prevent url parameters behavior - on load, in case there is no view in the project, create and save one autoscaled

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

});