client/js/require-utils.js
author rougeronj
Wed, 11 Feb 2015 12:33:19 +0100
changeset 384 6a7930a0d4d1
parent 293 fba23fde14ba
permissions -rw-r--r--
Close #60 - Add a trash icon to delete the image URL

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

});