client/js/require-utils.js
author rougeronj
Sat, 18 Apr 2015 16:55:15 +0200
changeset 418 eb5f2313ce2b
parent 293 fba23fde14ba
permissions -rw-r--r--
add the compiled message to the renkan options

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

});